Skip to content

Commit d67a061

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ int main() {
5151
string ans = "";
5252
for( j = 0; j < 500; j++) {
5353
set<char> choices = {R, P, S};
54-
set<char> want = {};
55-
54+
set<char> want = {};
5655
for( i = 0; i < n; i++) {
5756
if(ign[i]) continue;
5857
char c = M[i][j];

0 commit comments

Comments
 (0)