Problem | housevisit |
---|---|
User | jatrophalouvre |
Submission Time | 2024-08-22 21:59:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
housevisit.cpp:3:20: error: expected ‘;’ before ‘using’
3 | using namespace std
| ^
| ;
4 | using PII=pair<int, int>;
| ~~~~~