Problem collectmushrooms6
User thelusidian
Submission Time 2025-02-05 16:32:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

collectmushrooms6.cpp: In function ‘int main()’:
collectmushrooms6.cpp:33:41: error: expected ‘;’ before ‘)’ token
33 | for (long long int j = 1; j <= c); j++) {
| ^
| ;
collectmushrooms6.cpp:33:44: error: ‘j’ was not declared in this scope
33 | for (long long int j = 1; j <= c); j++) {
| ^