0_0_35027579_14487.cpp: In function 'void Solve()':
0_0_35027579_14487.cpp:69:5: error: expected ';' before 'for'
for(int d = 0; d <= 105; d++) {
^
0_0_35027579_14487.cpp:69:20: error: 'd' was not declared in this scope
for(int d = 0; d <= 105; d++) {
^
|