Problem deciphering_zane_4
User f0restf1re
Submission Time 2024-01-05 11:56:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

In file included from /usr/include/uchar.h:29,
from /usr/include/c++/9/cuchar:53,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:61,
from deciphering_zane_4.cpp:2:
deciphering_zane_4.cpp: In function ‘const char* solve(int)’:
deciphering_zane_4.cpp:8:20: error: invalid type argument of unary ‘*’ (have ‘long int’)
8 | if (T==4) return *NULL;
| ^~~~
deciphering_zane_4.cpp:15:21: error: invalid type argument of unary ‘*’ (have ‘long int’)
15 | if (T==11) return *NULL;
| ^~~~
deciphering_zane_4.cpp:18:21: error: invalid type argument of unary ‘*’ (have ‘long int’)
18 | if (T==14) return *NULL;
| ^~~~
deciphering_zane_4.cpp:20:21: error: invalid type argument of unary ‘*’ (have ‘long int’)
20 | if (T==16) return *NULL;
| ^~~~
deciphering_zane_4.cpp:22:21: error: in