Problem lis_easy
User asruby
Submission Time 2023-12-01 11:52:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lis_easy.cpp:5:11: error: ‘X’ was not declared in this scope
5 | int recur(X){
| ^
lis_easy.cpp: In function ‘int main()’:
lis_easy.cpp:16:9: error: ‘recur’ cannot be used as a function
16 | recur(1);
| ^