| Problem | lualectures |
|---|---|
| User | sussygoose |
| Submission Time | 2026-05-15 14:47:45 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lualectures.cpp: In function ‘int main()’:
lualectures.cpp:6:60: error: expected ‘;’ before ‘int’
6 | ios_base::sync_with_stdio(false); cin.tie(0); cout.tie(0)
| ^
| ;
7 | int n,a,b; cin >> n;
| ~~~
lualectures.cpp:7:21: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
7 | int n,a,b; cin >> n;
| ^
| yn
lualectures.cpp:13:12: error: ‘a’ was not declared in this scope
13 | cin >> a >> b;
| ^
lualectures.cpp:13:17: error: ‘b’ was not declared in this scope
13 | cin >> a >> b;
| ^
lualectures.cpp:14:5: error: ‘c’ was not declared in this scope
14 | c[i] = make_pair(a, b);