| Problem | NYSport |
|---|---|
| User | sussygoose |
| Submission Time | 2025-11-06 22:46:49 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
NYSport.cpp: In function ‘int 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 b, g; cin >> b >> g;
| ^~~
NYSport.cpp:6:6: error: ‘b’ was not declared in this scope
6 | int b, g; cin >> b >> g;
| ^
NYSport.cpp:6:9: error: ‘g’ was not declared in this scope
6 | int b, g; cin >> b >> g;
| ^