| Problem | snowball |
|---|---|
| User | boaznumberd5555 |
| Submission Time | 2025-10-20 01:35:51 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
snowball.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
snowball.cpp:4:1: note: in expansion of macro ‘int’
4 | int max = 0;
| ^~~
snowball.cpp:4:5: error: ‘max’ does not name a type; did you mean ‘fmax’?
4 | int max = 0;
| ^~~
| fmax
snowball.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
snowball.cpp:5:1: note: in expansion of macro ‘int’
5 | int maxIndex = 0;
| ^~~
snowball.cpp:5:5: error: ‘maxIndex’ does not name a type
5 | int maxIndex = 0;
| ^~~~~~~~
snowball.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
snowball.cpp:6:1: note: in expansion of macro ‘int’
6 | int n,d;
| ^~~
snowball.cpp:6:5: