Problem | swords |
---|---|
User | PlayVoltz |
Submission Time | 2023-07-26 22:41:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
swords.cpp: In function ‘int main()’:
swords.cpp:31:14: error: expected ‘;’ before ‘for’
31 | flag = true
| ^
| ;
32 | for (int j=0; j<=i; ++j){
| ~~~
swords.cpp:32:17: error: ‘j’ was not declared in this scope
32 | for (int j=0; j<=i; ++j){
| ^
swords.cpp:47:7: error: redeclaration of ‘bool flag’
47 | bool flag;
| ^~~~
swords.cpp:29:7: note: ‘bool flag’ previously declared here
29 | bool flag;
| ^~~~
swords.cpp:49:14: error: expected ‘;’ before ‘for’
49 | flag = true
| ^
| ;
50 | for (int j=0; j<=i; ++j){
| ~~~
swords.cpp:50:17: error: ‘j’ was not declared in this scope
50 | for (int j=0; j<=i; ++j){
| ^