Problem | paint |
---|---|
User | Jinxuan |
Submission Time | 2023-11-09 15:20:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
paint.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
paint.cpp:10:9: error: ‘pair’ does not name a type
10 | typedef pair<int, int> pii;
| ^~~~
paint.cpp:11:9: error: ‘pair’ does not name a type
11 | typedef pair<pii, int> piii;
| ^~~~
paint.cpp:12:9: error: ‘pair’ does not name a type
12 | typedef pair<int, pii> ipii;
| ^~~~
paint.cpp:14:1: error: ‘int32_t’ does not name a type
14 | int32_t main() {
| ^~~~~~~