Problem | frogs |
---|---|
User | PlayVoltz |
Submission Time | 2023-07-30 21:07:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
frogs.cpp: In function ‘int main()’:
frogs.cpp:7:7: error: ‘ll’ was not declared in this scope
7 | map <ll, ll> dict;
| ^~
frogs.cpp:7:13: error: template argument 1 is invalid
7 | map <ll, ll> dict;
| ^
frogs.cpp:7:13: error: template argument 3 is invalid
frogs.cpp:7:13: error: template argument 4 is invalid
frogs.cpp:8:4: error: expected ‘;’ before ‘n’
8 | ll n, m, k, a;
| ^~
| ;
frogs.cpp:9:7: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
9 | cin>>n>>m>>k;
| ^
| yn
frogs.cpp:9:10: error: ‘m’ was not declared in this scope; did you mean ‘tm’?
9 | cin>>n>>m>>k;
| ^
| tm
frogs.cpp:9:13: error: ‘k’ was not declared in this scope
9 | cin>>n>>m>>k;
| ^
frogs.cpp:10:12: error: template argu