Problem NYSport
User nycoder
Submission Time 2024-11-11 12:35:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

NYSport.cpp: In function ‘int main()’:
NYSport.cpp:3:2: error: ‘cin’ was not declared in this scope
3 | cin >> n >> m;
| ^~~
NYSport.cpp:9:2: error: ‘cout’ was not declared in this scope
9 | cout << girls << endl;
| ^~~~
NYSport.cpp:9:19: error: ‘endl’ was not declared in this scope
9 | cout << girls << endl;
| ^~~~
NYSport.cpp:12:2: error: ‘cout’ was not declared in this scope
12 | cout << boys << endl;
| ^~~~
NYSport.cpp:12:18: error: ‘endl’ was not declared in this scope
12 | cout << boys << endl;
| ^~~~
NYSport.cpp:15:2: error: ‘cout’ was not declared in this scope
15 | cout << boys << endl;
| ^~~~
NYSport.cpp:15:18: error: ‘endl’ was not declared in this scope
15 | cout << boys << endl;
| ^~~~