initial
This commit is contained in:
parent
8b8f621d9d
commit
5f89852a75
1996 changed files with 10609 additions and 0 deletions
2
cses/introductory-problems/io/apple-division.in
Normal file
2
cses/introductory-problems/io/apple-division.in
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
5
|
||||
3 2 7 4 1
|
||||
4
cses/introductory-problems/io/apple-division.out
Normal file
4
cses/introductory-problems/io/apple-division.out
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
1
|
||||
|
||||
[code]: 0
|
||||
[time]: 4.19974 ms
|
||||
8
cses/introductory-problems/io/chessboard-and-queens.in
Normal file
8
cses/introductory-problems/io/chessboard-and-queens.in
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
........
|
||||
........
|
||||
..*.....
|
||||
........
|
||||
........
|
||||
.....**.
|
||||
...*....
|
||||
........
|
||||
4
cses/introductory-problems/io/chessboard-and-queens.out
Normal file
4
cses/introductory-problems/io/chessboard-and-queens.out
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
65
|
||||
|
||||
[code]: 0
|
||||
[time]: 12.8713 ms
|
||||
5
cses/introductory-problems/io/coin-piles.in
Normal file
5
cses/introductory-problems/io/coin-piles.in
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
4
|
||||
2 1
|
||||
2 2
|
||||
3 3
|
||||
11 4
|
||||
7
cses/introductory-problems/io/coin-piles.out
Normal file
7
cses/introductory-problems/io/coin-piles.out
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
YES
|
||||
NO
|
||||
YES
|
||||
NO
|
||||
|
||||
[code]: 0
|
||||
[time]: 11.4977 ms
|
||||
1
cses/introductory-problems/io/creating-strings.in
Normal file
1
cses/introductory-problems/io/creating-strings.in
Normal file
|
|
@ -0,0 +1 @@
|
|||
abc
|
||||
10
cses/introductory-problems/io/creating-strings.out
Normal file
10
cses/introductory-problems/io/creating-strings.out
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
6
|
||||
abc
|
||||
acb
|
||||
bac
|
||||
bca
|
||||
cab
|
||||
cba
|
||||
|
||||
[code]: 0
|
||||
[time]: 11.6973 ms
|
||||
8
cses/introductory-problems/io/digit-queries.in
Normal file
8
cses/introductory-problems/io/digit-queries.in
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
7
|
||||
5
|
||||
10
|
||||
11
|
||||
12
|
||||
13
|
||||
14
|
||||
15
|
||||
10
cses/introductory-problems/io/digit-queries.out
Normal file
10
cses/introductory-problems/io/digit-queries.out
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
5
|
||||
1
|
||||
0
|
||||
1
|
||||
1
|
||||
1
|
||||
2
|
||||
|
||||
[code]: 0
|
||||
[time]: 10.8669 ms
|
||||
1
cses/introductory-problems/io/gray-code.in
Normal file
1
cses/introductory-problems/io/gray-code.in
Normal file
|
|
@ -0,0 +1 @@
|
|||
2
|
||||
8
cses/introductory-problems/io/gray-code.out
Normal file
8
cses/introductory-problems/io/gray-code.out
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
4
|
||||
00
|
||||
10
|
||||
11
|
||||
01
|
||||
|
||||
[code]: 0
|
||||
[time]: 11.6062 ms
|
||||
1
cses/introductory-problems/io/grid-paths.in
Normal file
1
cses/introductory-problems/io/grid-paths.in
Normal file
|
|
@ -0,0 +1 @@
|
|||
??????R??????U??????????????????????????LD????D?
|
||||
4
cses/introductory-problems/io/grid-paths.out
Normal file
4
cses/introductory-problems/io/grid-paths.out
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
5986
|
||||
|
||||
[code]: 0
|
||||
[time]: 557.243 ms
|
||||
2
cses/introductory-problems/io/increasing-array.in
Normal file
2
cses/introductory-problems/io/increasing-array.in
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
10
|
||||
1000000000 1 1 1 1 1 1 1 1 1
|
||||
4
cses/introductory-problems/io/increasing-array.out
Normal file
4
cses/introductory-problems/io/increasing-array.out
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
8999999991
|
||||
|
||||
[code]: 0
|
||||
[time]: 4.4868 ms
|
||||
2
cses/introductory-problems/io/missing-number.in
Normal file
2
cses/introductory-problems/io/missing-number.in
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
5
|
||||
2 3 1 5
|
||||
4
cses/introductory-problems/io/missing-number.out
Normal file
4
cses/introductory-problems/io/missing-number.out
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
4
|
||||
|
||||
[code]: 0
|
||||
[time]: 3.88908 ms
|
||||
5
cses/introductory-problems/io/number-spiral.in
Normal file
5
cses/introductory-problems/io/number-spiral.in
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
4
|
||||
2 3
|
||||
1 1
|
||||
4 2
|
||||
2 4
|
||||
7
cses/introductory-problems/io/number-spiral.out
Normal file
7
cses/introductory-problems/io/number-spiral.out
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
8
|
||||
1
|
||||
15
|
||||
11
|
||||
|
||||
[code]: 0
|
||||
[time]: 4.26793 ms
|
||||
1
cses/introductory-problems/io/palindrome-reorder.in
Normal file
1
cses/introductory-problems/io/palindrome-reorder.in
Normal file
|
|
@ -0,0 +1 @@
|
|||
AAABBB
|
||||
3
cses/introductory-problems/io/palindrome-reorder.out
Normal file
3
cses/introductory-problems/io/palindrome-reorder.out
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
NO SOLUTION
|
||||
[code]: 0
|
||||
[time]: 12.1081 ms
|
||||
1
cses/introductory-problems/io/permutations.in
Normal file
1
cses/introductory-problems/io/permutations.in
Normal file
|
|
@ -0,0 +1 @@
|
|||
1
|
||||
4
cses/introductory-problems/io/permutations.out
Normal file
4
cses/introductory-problems/io/permutations.out
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
1
|
||||
|
||||
[code]: 0
|
||||
[time]: 4.06551 ms
|
||||
1
cses/introductory-problems/io/repetitions.in
Normal file
1
cses/introductory-problems/io/repetitions.in
Normal file
|
|
@ -0,0 +1 @@
|
|||
ABCDEF
|
||||
4
cses/introductory-problems/io/repetitions.out
Normal file
4
cses/introductory-problems/io/repetitions.out
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
1
|
||||
|
||||
[code]: 0
|
||||
[time]: 4.20523 ms
|
||||
1
cses/introductory-problems/io/tower-of-hanoi.in
Normal file
1
cses/introductory-problems/io/tower-of-hanoi.in
Normal file
|
|
@ -0,0 +1 @@
|
|||
2
|
||||
7
cses/introductory-problems/io/tower-of-hanoi.out
Normal file
7
cses/introductory-problems/io/tower-of-hanoi.out
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
3
|
||||
1 2
|
||||
1 3
|
||||
2 3
|
||||
|
||||
[code]: 0
|
||||
[time]: 11.8749 ms
|
||||
1
cses/introductory-problems/io/trailing-zeroes.in
Normal file
1
cses/introductory-problems/io/trailing-zeroes.in
Normal file
|
|
@ -0,0 +1 @@
|
|||
239
|
||||
4
cses/introductory-problems/io/trailing-zeroes.out
Normal file
4
cses/introductory-problems/io/trailing-zeroes.out
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
57
|
||||
|
||||
[code]: 0
|
||||
[time]: 11.5106 ms
|
||||
1
cses/introductory-problems/io/weird-algorithm.in
Normal file
1
cses/introductory-problems/io/weird-algorithm.in
Normal file
|
|
@ -0,0 +1 @@
|
|||
3
|
||||
4
cses/introductory-problems/io/weird-algorithm.out
Normal file
4
cses/introductory-problems/io/weird-algorithm.out
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
3 10 5 16 8 4 2 1
|
||||
|
||||
[code]: 0
|
||||
[time]: 11.0214 ms
|
||||
Loading…
Add table
Add a link
Reference in a new issue