Problem lualectures
User PerihelionfromAphelion
Submission Time 2026-08-16 16:50:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lualectures.cpp:15:35: error: stray ‘\357’ in program
15 | cin >> t[i].first >> t[i].second;
| ^
lualectures.cpp:15:36: error: stray ‘\274’ in program
15 | cin >> t[i].first >> t[i].second;
| ^
lualectures.cpp:15:37: error: stray ‘\233’ in program
15 | cin >> t[i].first >> t[i].second;
| ^
lualectures.cpp: In function ‘int32_t main()’:
lualectures.cpp:15:35: error: expected ‘;’ before ‘highest’
15 | cin >> t[i].first >> t[i].second;
| ^
| ;
16 | highest = max(highest, t[i].second);
| ~~~~~~~