| Problem | naturalpark |
|---|---|
| User | dfsssssssssfsdfdssgdfs |
| Submission Time | 2026-04-06 16:41:04 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
naturalpark.cpp: In function ‘void Detect(long long unsigned int, long long unsigned int)’:
naturalpark.cpp:13:28: error: cannot convert ‘long long unsigned int*’ to ‘int*’
13 | if (!Ask(u, v, Place)) continue;
| ^~~~~
| |
| long long unsigned int*
In file included from naturalpark.cpp:1:
naturalpark.h:1:29: note: initializing argument 3 of ‘int Ask(int, int, int*)’
1 | int Ask(int A , int B , int Place[]);
| ~~~~^~~~~~~
naturalpark.cpp:21:27: error: cannot convert ‘long long unsigned int*’ to ‘int*’
21 | if (Ask(u, v, Place)) {
| ^~~~~
| |
| long long unsigned int*
In file included from naturalpark.cpp:1:
naturalpark.h:1:29: note: initializing argument 3 of ‘int Ask(int, int, int