Problem mrt2
User lykieutrang
Submission Time 2025-11-24 16:11:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mrt2.cpp: In function ‘int main()’:
mrt2.cpp:2:5: error: ‘ios_base’ has not been declared
2 | ios_base::sync_with_stdio(0); cin.tie(0); cout.tie(0);
| ^~~~~~~~
mrt2.cpp:2:35: error: ‘cin’ was not declared in this scope
2 | ios_base::sync_with_stdio(0); cin.tie(0); cout.tie(0);
| ^~~
mrt2.cpp:2:47: error: ‘cout’ was not declared in this scope
2 | ios_base::sync_with_stdio(0); cin.tie(0); cout.tie(0);
| ^~~~
mrt2.cpp:3:5: error: ‘ll’ was not declared in this scope
3 | ll N, M, T, S, A, C; cin >> N >> M;
| ^~
mrt2.cpp:3:33: error: ‘N’ was not declared in this scope
3 | ll N, M, T, S, A, C; cin >> N >> M;
| ^
mrt2.cpp:3:38: error: ‘M’ was not declared in this scope
3 | ll N, M, T, S, A, C; cin >> N >> M;