| Problem | ihate1111 |
|---|---|
| User | MegaG |
| Submission Time | 2025-10-31 17:05:07 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ihate1111.cpp: In function ‘int main()’:
ihate1111.cpp:14:2: error: ‘deque’ was not declared in this scope
14 | deque<int> m = [111111111, 11111111, 1111111, 111111, 11111, 1111, 111, 11];
| ^~~~~
ihate1111.cpp:2:1: note: ‘std::deque’ is defined in header ‘<deque>’; did you forget to ‘#include <deque>’?
1 | #include <iostream>
+++ |+#include <deque>
2 | #define int long long
ihate1111.cpp:2:13: error: expected primary-expression before ‘long’
2 | #define int long long
| ^~~~
ihate1111.cpp:14:8: note: in expansion of macro ‘int’
14 | deque<int> m = [111111111, 11111111, 1111111, 111111, 11111, 1111, 111, 11];
| ^~~
ihate1111.cpp:23:7: error: ‘m’ was not declared in this scope
23 | if(m[0] > arr[i]){
| ^
ihate1111.cpp:32:24: error: ‘m’ was not declared in this scope
32 | xxxx_aus = arr[i] % m[0];
|