| Problem | snowball |
|---|---|
| User | PerihelionfromAphelion |
| Submission Time | 2026-08-28 12:44:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
snowball.cpp:4:9: error: cannot declare ‘::main’ to be a global variable
4 | int32_t main {
| ^~~~
snowball.cpp:5:25: error: expected ‘}’ before ‘;’ token
5 | ios::sync_with_stdio(0);
| ^
snowball.cpp:4:14: note: to match this ‘{’
4 | int32_t main {
| ^
snowball.cpp:6:2: error: ‘cin’ does not name a type; did you mean ‘sin’?
6 | cin.tie(0);
| ^~~
| sin
snowball.cpp:7:2: error: ‘cout’ does not name a type
7 | cout.tie(0);
| ^~~~
snowball.cpp:9:2: error: ‘cin’ does not name a type; did you mean ‘sin’?
9 | cin >> n >> d;
| ^~~
| sin
snowball.cpp:11:2: error: expected unqualified-id before ‘for’
11 | for (i = 0; i < n; i++) {
| ^~~
snowball.cpp:11:14: error: ‘i’ does not name a type
11 | for (i = 0; i < n; i++) {
| ^
snowball.cpp:11:21: e