Problem oddoneout
User EuniceLoh
Submission Time 2024-11-08 09:30:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

oddoneout.cpp: In function ‘int main()’:
oddoneout.cpp:10:4: error: ‘postion’ was not declared in this scope
10 | postion i;
| ^~~~~~~
oddoneout.cpp:11:9: error: expected ‘;’ before ‘}’ token
11 | break
| ^
| ;
12 | }
| ~
oddoneout.cpp:15:13: error: ‘i’ was not declared in this scope
15 | cout << i << endl;
| ^