Problem radiance
User Pan
Submission Time 2024-10-27 00:30:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

radiance.cpp: In function ‘int main()’:
radiance.cpp:54:19: error: ‘rg’ was not declared in this scope; did you mean ‘r’?
54 | ll v = val[l + rg()%(r-l+1)];
| ^~
| r