| # | Name | ||
|---|---|---|---|
| A |
assessment.in / standard output
6 s, 1024 MB
|
|
|
| B |
curse.in / standard output
4 s, 256 MB
|
|
|
| C |
parabolas.in / standard output
6 s, 256 MB
|
|
|
| D |
dream.in / standard output
2 s, 1024 MB
|
|
|
| E |
evaluations.in / standard output
8 s, 256 MB
|
|
|
| F |
flags.in / standard output
8 s, 256 MB
|
|
|
| G |
glorious.in / standard output
5 s, 1024 MB
|
|
|
| H |
halfnice.in / standard output
2 s, 256 MB
|
|
|
| I |
important.in / standard output
9 s, 1024 MB
|
|
|
| J |
jacking.in / standard output
3.5 s, 256 MB
|
|
|
| K |
katryoshka.in / standard output
1 s, 256 MB
|
|
|
| L |
lazy.in / standard output
1 s, 256 MB
|
|
|
| Question | Answer | |
|---|---|---|
|
2018-11-23 11:48:23
|
[[general]] due to a mistake while importing the contest to codeforces most of original test files were not imported ... to submit your solution(s) against the original test head to http://mirror.codeforces.com/gym/101856
|
|
|
2018-07-06 17:15:49
|
Problem A. Assessments ***** In first testcase of problem A, how can we swap a player with itself. And also if possible please elaborate "in final state players x and y will be swapped". |
x and y swapped means x ends up where y started, and y ends up where x started.
|