Problem ljubomora
User John
Submission Time 2024-12-22 14:42:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ljubomora.cpp: In function ‘int main()’:
ljubomora.cpp:3:12: error: ‘cin’ was not declared in this scope
3 | int n, m; cin >> n >> m; int a[m];
| ^~~
ljubomora.cpp:20:2: error: ‘cout’ was not declared in this scope
20 | cout << high;
| ^~~~