Problem shamelessad3
User Zachareeeee
Submission Time 2024-12-07 14:44:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

shamelessad3.cpp: In function ‘int main()’:
shamelessad3.cpp:10:16: error: ‘n’ was not declared in this scope
10 | for(int s=0;s<n;s++){
| ^
shamelessad3.cpp:16:35: error: expected ‘;’ before ‘}’ token
16 | ans = max(ans, (e-s+1)*minimum)
| ^
| ;
17 | }
| ~