Problem thumper2
User Vizvezdenec
Submission Time 2026-02-11 16:02:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

thumper2.cpp:151:9: error: ‘A’ was not declared in this scope
151 | map<A,B> ab; map<B,A> ba;
| ^
thumper2.cpp:151:11: error: ‘B’ was not declared in this scope
151 | map<A,B> ab; map<B,A> ba;
| ^
thumper2.cpp:151:12: error: template argument 1 is invalid
151 | map<A,B> ab; map<B,A> ba;
| ^
thumper2.cpp:151:12: error: template argument 2 is invalid
thumper2.cpp:151:12: error: template argument 3 is invalid
thumper2.cpp:151:12: error: template argument 4 is invalid
thumper2.cpp:151:22: error: ‘B’ was not declared in this scope
151 | map<A,B> ab; map<B,A> ba;
| ^
thumper2.cpp:151:24: error: ‘A’ was not declared in this scope
151 | map<A,B> ab; map<B,A> ba;
| ^
thumper2.cpp:151:25: error: template argument 1 is invalid
151 | map<A,B&g