Problem | i_am_steve |
---|---|
User | pseudocoder101 |
Submission Time | 2025-08-20 16:39:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
i_am_steve.cpp: In function ‘int main()’:
i_am_steve.cpp:12:14: error: expected ‘;’ before ‘for’
12 | a = c.size()
| ^
| ;
13 | for (pq i=0;i<c;i++){
| ~~~
i_am_steve.cpp:13:14: error: ‘i’ was not declared in this scope
13 | for (pq i=0;i<c;i++){
| ^
i_am_steve.cpp:29:1: error: expected ‘}’ at end of input
29 | }
| ^
i_am_steve.cpp:6:11: note: to match this ‘{’
6 | int main(){
| ^