| Problem | NYSport |
|---|---|
| User | mandy |
| Submission Time | 2024-11-11 09:13:02 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
NYSport.cpp: In function ‘int main()’:
NYSport.cpp:3:2: error: ‘cin’ was not declared in this scope
3 | cin >> n >> m;
| ^~~
NYSport.cpp:4:2: error: ‘cout’ was not declared in this scope
4 | cout << n /4;
| ^~~~