Alice (RybakovaSA) 4 недель назад
Родитель 8388df181b
Сommit a4ecbfa798

@ -1,14 +1,9 @@
//
// main.cpp
// project
//
// Created by Светлана Рыбакова on 30.03.2025.
//
#include <iostream> #include <iostream>
int main(int argc, const char * argv[]) { int main() {
// insert code here... cout << "Enter A and B: ";
std::cout << "Hello, World!\n"; int a, b;
cin >> a >> b;
return 0; return 0;
} }

Загрузка…
Отмена
Сохранить