Problem laptop
User ETkilobyte
Submission Time 2024-11-08 19:00:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

laptop.cpp: In function ‘int32_t main()’:
laptop.cpp:6:15: error: two or more data types in declaration of ‘a’
6 | long long a,b;cin>>a>>b;
| ^
laptop.cpp:6:17: error: two or more data types in declaration of ‘b’
6 | long long a,b;cin>>a>>b;
| ^
laptop.cpp:6:24: error: ‘a’ was not declared in this scope
6 | long long a,b;cin>>a>>b;
| ^
laptop.cpp:6:27: error: ‘b’ was not declared in this scope
6 | long long a,b;cin>>a>>b;
| ^
laptop.cpp:3:19: error: two or more data types in declaration of ‘type name’
3 | #define long long int
| ^~~
laptop.cpp:7:17: note: in expansion of macro ‘long’
7 | deque <long long> y;
| ^~~~
laptop.cpp:7:21: error: template argument 1 is invalid
7 | deq