0_0_38010675_22529.cpp: In function 'int main()':
0_0_38010675_22529.cpp:11:27: error: expected primary-expression before ')' token
while(scanf("%d",&n)!=EOF))
^
0_0_38010675_22529.cpp:16:13: error: 'i' was not declared in this scope
for(int I=0;i<n;i++)
^
0_0_38010675_22529.cpp:24:1: error: expected '}' at end of input
}
^
|