| Problem | matsuri |
|---|---|
| User | PlayVoltz |
| Submission Time | 2023-08-14 17:52:55 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
matsuri.cpp: In function ‘int main()’:
matsuri.cpp:57:9: error: invalid conversion from ‘const char*’ to ‘long long int’ [-fpermissive]
57 | print(" ");
| ^~~
| |
| const char*
matsuri.cpp:24:29: note: initializing argument 1 of ‘void print(long long int, bool)’
24 | inline void print(long long x, bool space=true){
| ~~~~~~~~~~^