Problem | goodprogrammer |
---|---|
User | ybc |
Submission Time | 2023-11-26 00:52:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
goodprogrammer.cpp: In function ‘int main()’:
goodprogrammer.cpp:11:82: error: expected ‘;’ before ‘for’
11 | cout << "wabbit wabbit wabbit wabbit wabbit wabbit wabbit wabbit wabbit wabbit"
| ^
| ;
12 | for (int b = 0; b<a; b+=1){
| ~~~
goodprogrammer.cpp:12:18: error: ‘b’ was not declared in this scope
12 | for (int b = 0; b<a; b+=1){
| ^
goodprogrammer.cpp:15:1: error: expected ‘}’ at end of input
15 | }
| ^
goodprogrammer.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^