Problem learning
User Hhw48
Submission Time 2023-12-28 02:02:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

learning.cpp:12:1: error: stray ‘`’ in program
12 | ```
| ^
learning.cpp:12:2: error: stray ‘`’ in program
12 | ```
| ^
learning.cpp:12:3: error: stray ‘`’ in program
12 | ```
| ^
learning.cpp: In function ‘int32_t main()’:
learning.cpp:31:33: error: too many arguments to function ‘long long int memo(long long int, long long int)’
31 | cout<<memo(r[0],a[0],t[0],x,0,0);
| ^
learning.cpp:13:5: note: declared here
13 | int memo(int curr, int i){
| ^~~~