Problem platonic
User chickennn
Submission Time 2026-04-24 19:54:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic.cpp: In function ‘int main()’:
platonic.cpp:9:18: error: expected ‘;’ before ‘sort’
9 | cin >> happy[2]
| ^
| ;
10 | sort(happy.begin(), happy.end());
| ~~~~