Problem fabric
User Sandarach151
Submission Time 2023-01-07 22:06:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fabric.cpp: In function ‘int main()’:
fabric.cpp:29:16: error: ‘pos’ was not declared in this scope; did you mean ‘pow’?
29 | int temp3 = (pos.first+1)*(n-pos.first);
| ^~~
| pow