Problem psle
User Hytoh
Submission Time 2023-01-18 20:48:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:46:10: error: expected ‘;’ at end of input
46 | return 0
| ~^
| ;
psle.cpp:46:9: error: expected ‘}’ at end of input
46 | return 0
| ^
psle.cpp:5:12: note: to match this ‘{’
5 | int main() {
| ^