Problem oddoneout
User ilikeeggs
Submission Time 2026-05-09 16:06:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

oddoneout.cpp: In function ‘int main()’:
oddoneout.cpp:17:9: error: ‘c’ was not declared in this scope
17 | c=p2.first;
| ^
oddoneout.cpp:19:9: error: ‘c’ was not declared in this scope
19 | c=p1.first;
| ^
oddoneout.cpp:21:20: error: ‘c’ was not declared in this scope
21 | if(s[I] == c){
| ^
oddoneout.cpp:26:1: error: expected ‘}’ at end of input
26 | }
| ^
oddoneout.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^