Problem | snowball |
---|---|
User | Lucas |
Submission Time | 2023-12-07 17:18:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
snowball.cpp:1:1: error: stray ‘##’ in program
1 | ##include <bits/stdc++.h>
| ^~
snowball.cpp:1:3: error: ‘include’ does not name a type
1 | ##include <bits/stdc++.h>
| ^~~~~~~
snowball.cpp: In function ‘int main()’:
snowball.cpp:5:5: error: ‘ios_base’ has not been declared
5 | ios_base::sync_with_stdio(false);
| ^~~~~~~~
snowball.cpp:6:5: error: ‘cin’ was not declared in this scope
6 | cin.tie(0);
| ^~~
snowball.cpp:11:5: error: ‘vector’ was not declared in this scope
11 | vector<int> snowballs(N);
| ^~~~~~
snowball.cpp:11:12: error: expected primary-expression before ‘int’
11 | vector<int> snowballs(N);
| ^~~
snowball.cpp:14:16: error: ‘snowballs’ was not declared in this scope
14 | cin >> snowballs[i];
| ^~~~~~~~~
snowball.cpp:19:13: error: ‘snowballs’ was no