ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#90427 | #973. 正圆也能做排序 | dongyinuo | 100 | 0ms | 1388kb | C++ | 664b | 2020-02-14 21:14:49 | 2020-02-14 21:14:51 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 33
Accepted
time: 0ms
memory: 1388kb
input:
3 c1 3 c2 5 c3 3
output:
c1 3 18.8 28.3 c2 5 31.4 78.5 c3 3 18.8 28.3
result:
ok 3 lines
Test #2:
score: 33
Accepted
time: 0ms
memory: 1388kb
input:
5 x 5 a 4 c 2 z 3 b 3
output:
a 4 25.1 50.2 b 3 18.8 28.3 c 2 12.6 12.6 x 5 31.4 78.5 z 3 18.8 28.3
result:
ok 5 lines
Test #3:
score: 33
Accepted
time: 0ms
memory: 1388kb
input:
3 abd 4 bda 5 abc 3
output:
abc 3 18.8 28.3 abd 4 25.1 50.2 bda 5 31.4 78.5
result:
ok 3 lines