| Problem | NYSport |
|---|---|
| User | StormyGood |
| Submission Time | 2025-01-05 12:04:22 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
NYSport.cpp: In function ‘int32_t main()’:
NYSport.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
NYSport.cpp:6:2: note: in expansion of macro ‘int’
6 | int n,m;
| ^~~
NYSport.cpp:6:6: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
6 | int n,m;
| ^
| yn
NYSport.cpp:6:8: error: ‘m’ was not declared in this scope; did you mean ‘tm’?
6 | int n,m;
| ^
| tm