Problem modulochain
User Soysauce
Submission Time 2024-03-28 11:17:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

modulochain.cpp: In function ‘int main()’:
modulochain.cpp:26:27: error: ‘st’ was not declared in this scope; did you mean ‘s’?
26 | long long f = (A[0] - st) % 1000000007;
| ^~
| s