Problem lualectures
User PerihelionfromAphelion
Submission Time 2026-08-16 16:50:09
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:14:7: error: ‘i’ was not declared in this scope
14 | for (i = 0; i < n; i++) {
| ^
lualectures.cpp:20:7: error: ‘i’ was not declared in this scope
20 | for (i = 0; i < n; i++) {
| ^
lualectures.cpp:21:8: error: ‘j’ was not declared in this scope
21 | for (j = 0; j <= highest; i++) {
| ^