Alice (FonovAD) 2 лет назад
Родитель 7fe833c324
Сommit 4e0ecf82b5

@ -0,0 +1,10 @@
#include <iostream>
using namespase std;
int main(){
cout << "Enter A and B: ";
int a, b;
cin >> a >> b;
return 0;
}
Загрузка…
Отмена
Сохранить