Problem | countalp |
---|---|
User | Jordis00fed |
Submission Time | 2024-03-20 15:32:27 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
countalp.cpp: In function ‘int main()’:
countalp.cpp:10:21: error: expected ‘)’ before ‘;’ token
10 | for(int i=0;i<n;i++;){
| ~ ^
| )
countalp.cpp:10:22: error: expected primary-expression before ‘)’ token
10 | for(int i=0;i<n;i++;){
| ^
countalp.cpp:101:2: error: expected ‘}’ at end of input
101 | }
| ^
countalp.cpp:6:15: note: to match this ‘{’
6 | signed main() {
| ^