Problem | helloworld |
---|---|
User | JustKitkat |
Submission Time | 2024-06-22 14:20:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp:3:7: error: ‘x’ was not declared in this scope
3 | int f(x){
| ^
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:9:4: error: ‘x’ was not declared in this scope
9 | f(x);
| ^
helloworld.cpp:9:5: error: ‘f’ cannot be used as a function
9 | f(x);
| ^