Problem | snowball |
---|---|
User | supercel980 |
Submission Time | 2024-07-29 16:16:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
snowball.cpp: In function ‘int main()’:
snowball.cpp:7:13: error: expected ‘;’ before ‘cin’
7 | counter = 0
| ^
| ;
8 | cin >> a >> b;
| ~~~
snowball.cpp:11:23: error: expected ‘;’ before ‘}’ token
11 | V.push_back(current)
| ^
| ;
12 | }
| ~