Problem oddoneout
User ilikeeggs
Submission Time 2026-05-09 15:59:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

oddoneout.cpp: In function ‘int main()’:
oddoneout.cpp:18:25: error: expected ‘;’ before ‘else’
18 | c = p2.first
| ^
| ;
19 | else if(p2.second > p1.second)
| ~~~~