Problem | whatisthisactf |
---|---|
User | AlphanumericUsername |
Submission Time | 2023-03-31 16:20:35 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
whatisthisactf.cpp: In function ‘int main()’:
whatisthisactf.cpp:36:8: error: cannot convert ‘long long int*’ to ‘int*’
36 | AC(&x);
| ^~
| |
| long long int*
whatisthisactf.cpp:15:14: note: initializing argument 1 of ‘void AC(int*)’
15 | void AC(int *x)
| ~~~~~^