Problem | radioactive |
---|---|
User | TheRaptor |
Submission Time | 2023-02-04 22:13:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
radioactive.cpp:7:1: error: expected initializer before ‘void’
7 | void hehe(long long x){
| ^~~~
radioactive.cpp: In function ‘int main()’:
radioactive.cpp:71:3: error: ‘hehe’ was not declared in this scope; did you mean ‘heh’?
71 | hehe(n);
| ^~~~
| heh