| Problem | snowball |
|---|---|
| User | herngr3y |
| Submission Time | 2026-05-17 16:51:03 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
snowball.cpp: In function ‘int main()’:
snowball.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
snowball.cpp:7:3: note: in expansion of macro ‘int’
7 | int N, D;
| ^~~
snowball.cpp:7:7: error: ‘N’ was not declared in this scope
7 | int N, D;
| ^
snowball.cpp:7:10: error: ‘D’ was not declared in this scope
7 | int N, D;
| ^
snowball.cpp:3:18: error: template argument 1 is invalid
3 | #define int long long;
| ^~~~
snowball.cpp:10:10: note: in expansion of macro ‘int’
10 | vector<int> S(N);
| ^~~
snowball.cpp:3:18: error: template argument 2 is invalid
3 | #define int long long;
| ^~~~
snowball.cpp:10:10: note: in expansion of macro ‘int’
10 | vector<int> S(N);
| ^~~
snowball.