Problem ny_mathexam
User dumgod
Submission Time 2025-02-14 18:36:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ny_mathexam.cpp: In function ‘int main()’:
ny_mathexam.cpp:13:45: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
13 | ios::sync_with_stdio(0); cin.tie(0);memset(ans, -1, sizeof(ans));
| ^~~
| abs
ny_mathexam.cpp:14:7: error: ‘r’ was not declared in this scope
14 | cin>>r;
| ^