commit ae493389c6af7bf8d09782d5a009c4535a7fb7da Author: Alice (StepanovaKY) Date: Sat Apr 5 15:34:38 2025 +0300 code: заготовка программы diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..88b3d23 --- /dev/null +++ b/main.cpp @@ -0,0 +1,8 @@ +#include + +using namespace std; + +int main() +{ + +}