Problem countalp
User Jordis00fed
Submission Time 2024-03-20 15:28:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

countalp.cpp: In function ‘int main()’:
countalp.cpp:10:2: error: expected primary-expression before ‘)’ token
10 | )for(int i=0;i<n;i++;){
| ^
countalp.cpp:10:15: error: ‘i’ was not declared in this scope
10 | )for(int i=0;i<n;i++;){
| ^
countalp.cpp:10:23: error: expected primary-expression before ‘)’ token
10 | )for(int i=0;i<n;i++;){
| ^
countalp.cpp:90:2: error: expected ‘}’ at end of input
90 | }
| ^
countalp.cpp:6:15: note: to match this ‘{’
6 | signed main() {
| ^