Problem weddingcoins
User nothing
Submission Time 2023-06-30 21:32:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

weddingcoins.cpp: In function ‘int main()’:
weddingcoins.cpp:37:3: error: ‘calc’ was not declared in this scope; did you mean ‘Calc’?
37 | calc(sN, arr[i], R, count[i]);
| ^~~~
| Calc
weddingcoins.cpp:38:3: error: ‘N’ was not declared in this scope
38 | N = R;
| ^