Problem oddoneout
User matveygebs
Submission Time 2026-02-11 16:41:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

oddoneout.cpp: In function ‘int main()’:
oddoneout.cpp:3:5: error: ‘string’ was not declared in this scope
3 | string S;
| ^~~~~~
oddoneout.cpp:4:5: error: ‘cin’ was not declared in this scope
4 | cin>>S;
| ^~~
oddoneout.cpp:4:10: error: ‘S’ was not declared in this scope
4 | cin>>S;
| ^
oddoneout.cpp:18:13: error: ‘cout’ was not declared in this scope
18 | cout<<i+1;
| ^~~~