0_0_15950813_27540.cpp: In function 'int main()':
0_0_15950813_27540.cpp:10:5: error: expected ';' before 'int'
int nlist[3];
^
0_0_15950813_27540.cpp:13:28: error: 'nlist' was not declared in this scope
scanf("%d %d %d", &nlist[0], &nlist[1], &nlist[2]);
^
|