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

Compile Error

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