Problem 3nplus1
User Bryan
Submission Time 2024-01-26 10:59:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp:5:9: error: ‘n’ was not declared in this scope
5 | int yay(n){
| ^
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:24:7: error: ‘yay’ cannot be used as a function
24 | yay(x);
| ^