Problem swords
User wahjsodhowasd
Submission Time 2026-02-13 10:35:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swords.cpp: In function ‘int main()’:
swords.cpp:18:47: error: expected ‘;’ before ‘{’ token
18 | else (pingrei[i+1].second>=pingrei[i].second){
| ^
| ;
swords.cpp:24:1: error: expected ‘}’ at end of input
24 | }
| ^
swords.cpp:5:11: note: to match this ‘{’
5 | int main(){
| ^