Problem | firstabc |
---|---|
User | christal |
Submission Time | 2023-12-06 09:34:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
firstabc.cpp: In function ‘int main()’:
firstabc.cpp:8:18: error: expected primary-expression before ‘)’ token
8 | for (3<=N<=100;){
| ^
firstabc.cpp:8:18: error: expected ‘;’ before ‘)’ token
8 | for (3<=N<=100;){
| ^
| ;
firstabc.cpp:10:13: error: ‘length’ was not declared in this scope
10 | cout << length (S);
| ^~~~~~