Problem ihate1111
User MegaG
Submission Time 2025-10-31 17:05:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ihate1111.cpp: In function ‘int main()’:
ihate1111.cpp:15:18: error: expected identifier before numeric constant
15 | deque<int> m = [111111111, 11111111, 1111111, 111111, 11111, 1111, 111, 11];
| ^~~~~~~~~
ihate1111.cpp:15:27: error: expected ‘]’ before ‘,’ token
15 | deque<int> m = [111111111, 11111111, 1111111, 111111, 11111, 1111, 111, 11];
| ^
| ]
ihate1111.cpp: In lambda function:
ihate1111.cpp:15:27: error: expected ‘{’ before ‘,’ token
ihate1111.cpp: In function ‘int main()’:
ihate1111.cpp:15:27: error: conversion from ‘main()::<lambda()>’ to non-scalar type ‘std::deque<long long int>’ requested
ihate1111.cpp:15:29: error: expected unqualified-id before numeric constant
15 | deque<int> m = [111111111, 11111111, 1111111, 111111, 11111, 1111, 111, 11];
| ^~~~~~~~