Problem | helloworld |
---|---|
User | eulerleonhardfan |
Submission Time | 2023-12-20 17:02:27 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘void createct(long long int, long long int, long long int)’:
helloworld.cpp:37:26: error: too many arguments to function ‘long long int dfs1(long long int, long long int)’
37 | int n = dfs1(x, par, lev);
| ^
helloworld.cpp:23:5: note: declared here
23 | int dfs1(int x, int par) {
| ^~~~
helloworld.cpp: At global scope:
helloworld.cpp:47:1: error: expected initializer before ‘int32_t’
47 | int32_t main() {
| ^~~~~~~