| Problem | ljubomora |
|---|---|
| User | ATHY |
| Submission Time | 2025-02-01 15:14:59 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ljubomora.cpp: In function ‘int main()’:
ljubomora.cpp:3:13: error: expected ‘,’ or ‘;’ before ‘long’
3 | #define int long long
| ^~~~
ljubomora.cpp:14:2: note: in expansion of macro ‘int’
14 | int hi = *max_element(v.begin(),v.end());
| ^~~
ljubomora.cpp:18:13: error: ‘hi’ was not declared in this scope
18 | while (lo<=hi) {
| ^~
ljubomora.cpp:21:3: error: expected ‘,’ or ‘;’ before ‘for’
21 | for (int i=0; i<n; i++) {
| ^~~
ljubomora.cpp:21:17: error: ‘i’ was not declared in this scope
21 | for (int i=0; i<n; i++) {
| ^