Skip to content

Commit d4791a4

Browse files
authored
Update Problem A[Robot Programming Strategy].cpp
1 parent 9c66469 commit d4791a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Google-CodeJam/2019/Round1C/Problem A[Robot Programming Strategy].cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ int main() {
8181
}
8282

8383
for(i = 0; i < n; i++) if(ign[i] == 1) count++;
84-
if(count == n) flag = 1;
84+
if(count == n) flag = 1;
8585
if(flag == -1) cout << "IMPOSSIBLE\n";
8686
else cout << ans << "\n";
8787
}

0 commit comments

Comments
 (0)