0_0_21663857_14843.cpp: In function 'int main()':
0_0_21663857_14843.cpp:35:36: error: expected primary-expression before '}' token
for(int i = 0; i < n; i ++)}{
^
0_0_21663857_14843.cpp:36:15: error: 'i' was not declared in this scope
E[i].clear();
^
0_0_21663857_14843.cpp:39:26: error: 'u' was not declared in this scope
scanf("%d", &u);
^
0_0_21663857_14843.cpp:45:13: error: continue statement not within a loop
continue;
^
0_0_21663857_14843.cpp: At global scope:
0_0_21663857_14843.cpp:54:5: error: expected unqualified-id before 'return'
return 0;
^
0_0_21663857_14843.cpp:55:1: error: expected declaration before '}' token
}
^
|