| Problem | monsters |
|---|---|
| User | shadowblade2718 |
| Submission Time | 2026-04-29 15:53:00 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
monsters.cpp:4:13: error: ‘ll’ was not declared in this scope
4 | inline pair<ll, char> fast_input() {
| ^~
monsters.cpp:4:21: error: template argument 1 is invalid
4 | inline pair<ll, char> fast_input() {
| ^
monsters.cpp: In function ‘int fast_input()’:
monsters.cpp:6:7: error: ‘ll’ was not declared in this scope
6 | pair<ll, char> num = 0;
| ^~
monsters.cpp:6:15: error: template argument 1 is invalid
6 | pair<ll, char> num = 0;
| ^
monsters.cpp:22:47: error: a function-definition is not allowed here before ‘{’ token
22 | bool compare(pair<int,int> a, pair<int,int> b){
| ^
monsters.cpp:32:11: error: a function-definition is not allowed here before ‘{’ token
32 | int main(){
| ^
monsters.cpp:61:1: error: expected ‘}’ at end of i