Skip to content

Commit b502ad4

Browse files
committed
docs(codeforces): update comments in p2190A solution
1 parent 1d21e0d commit b502ad4

File tree

1 file changed

+2
-2
lines changed
  • src/main/java/com/lzw/solutions/codeforces/p2190A

1 file changed

+2
-2
lines changed

src/main/java/com/lzw/solutions/codeforces/p2190A/Main.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ public class Main {
1515
out = new PrintWriter(System.out);
1616
}
1717

18-
// 100100, 100101
19-
// 000011(1,4,5,6) 000111(1,4,5)
18+
// 100100 100101 10 01 100 101 101010
19+
// 000011(1456) 000111(145) 01 01 001 011 000111(1346)
2020

2121
void solve() throws IOException {
2222
int t = Integer.parseInt(in.readLine());

0 commit comments

Comments
 (0)