Problem duckbuttons
User WJR
Submission Time 2026-02-17 22:08:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckbuttons.cpp:22:20: error: stray ‘\357’ in program
22 | int cnt = 0, remove = 0;
| ^
duckbuttons.cpp:22:21: error: stray ‘\274’ in program
22 | int cnt = 0, remove = 0;
| ^
duckbuttons.cpp:22:22: error: stray ‘\214’ in program
22 | int cnt = 0, remove = 0;
| ^
duckbuttons.cpp: In function ‘int main()’:
duckbuttons.cpp:22:24: error: expected ‘,’ or ‘;’ before ‘remove’
22 | int cnt = 0, remove = 0;
| ^~~~~~
duckbuttons.cpp:26:39: error: overloaded function with no contextual type information
26 | remove += it->first * it->second;
| ^~~~~~
duckbuttons.cpp:29:19: error: invalid operands of types ‘long long int’ and ‘<unresolved overloaded function type>’ to binary ‘operator-’
29 | sum = sum - remove + cnt *