Problem swords
User P55D2K
Submission Time 2023-04-16 17:01:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swords.cpp: In function ‘int main()’:
swords.cpp:10:42: error: expected primary-expression before ‘=’ token
10 | deque<long long> a_attack, b_defense;=
| ^
swords.cpp:12:5: error: expected primary-expression before ‘long’
12 | long long a, b;
| ^~~~
swords.cpp:14:16: error: ‘a’ was not declared in this scope
14 | cin >> a >> b;
| ^
swords.cpp:14:21: error: ‘b’ was not declared in this scope
14 | cin >> a >> b;
| ^