| Problem | ljubomora |
|---|---|
| User | John |
| Submission Time | 2024-12-22 14:42:14 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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;
| ^~~
ljubomora.cpp:7:3: error: ‘a’ was not declared in this scope
7 | a[i] = x;
| ^
ljubomora.cpp:14:11: error: ‘a’ was not declared in this scope
14 | min += a[i]/mid;
| ^
ljubomora.cpp:20:2: error: ‘cout’ was not declared in this scope
20 | cout << high;
| ^~~~