| # | Name | ||
|---|---|---|---|
| A |
areas.in / areas.out
1 s, 64 MB
|
|
|
| B |
beloved.in / beloved.out
1 s, 64 MB
|
|
|
| C |
counter.in / counter.out
1 s, 64 MB
|
|
|
| D |
data.in / data.out
2 s, 64 MB
|
|
|
| E |
defence.in / defence.out
1 s, 64 MB
|
|
|
| F |
dissim.in / dissim.out
1 s, 64 MB
|
|
|
| G |
plcool.in / plcool.out
2 s, 64 MB
|
|
|
| H |
royal.in / royal.out
1 s, 64 MB
|
|
|
| I |
twocyl.in / twocyl.out
2 s, 64 MB
|
|
|
| Question | Answer | |
|---|---|---|
|
2025-07-06 06:53:56
|
Problem G. PL/Cool ***** For input: correct -6 |
|
|
2013-06-16 01:52:19
|
You should use ASCII encoding if your language will not use it by default. For example, in Java you may use: in = new BufferedReader(new InputStreamReader(new FileInputStream("dissim.in"),"KOI8_R")); out = new PrintWriter(new OutputStreamWriter(new FileOutputStream("dissim.out"),"KOI8_R"));
|
| Name |
|---|


