ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#96188 | #1045. ASCII码 | songzhaoxuan | 100 | 0ms | 504kb | C++ | 197b | 2020-02-19 20:51:37 | 2020-02-19 20:51:39 |
answer
Details
小提示:点击横条可展开更详细的信息
Test #1:
score: 25
Accepted
time: 0ms
memory: 504kb
input:
13 72 101 108 108 111 44 32 119 111 114 108 100 33
output:
Hello, world!
result:
ok single line: 'Hello, world!'
Test #2:
score: 25
Accepted
time: 0ms
memory: 504kb
input:
5 77 66 99 33 78
output:
MBc!N
result:
ok single line: 'MBc!N'
Test #3:
score: 25
Accepted
time: 0ms
memory: 504kb
input:
1 65
output:
A
result:
ok single line: 'A'
Test #4:
score: 25
Accepted
time: 0ms
memory: 504kb
input:
0
output:
result:
ok 0 lines