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

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

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