Problem | pairsums |
---|---|
User | gohchingjayk |
Submission Time | 2024-05-17 13:58:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pairsums.cpp:3:13: error: ‘i6464_t’ does not name a type; did you mean ‘int64_t’?
3 | using i64 = i6464_t;
| ^~~~~~~
| int64_t
pairsums.cpp:6:1: error: ‘i64’ does not name a type
6 | i64 main() {
| ^~~