Problem area
User G92
Submission Time 2024-02-15 19:01:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

area.cpp: In function ‘int a(long long unsigned int, long long unsigned int)’:
area.cpp:7:9: error: ‘k’ was not declared in this scope
7 | cout<<k;
| ^
area.cpp:15:11: error: too few arguments to function ‘int a(long long unsigned int, long long unsigned int)’
15 | return a();
| ^
area.cpp:3:5: note: declared here
3 | int a (unsigned long long x, unsigned long long i)
| ^