UOJ Logo

NOI.AC

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#96166#1045. ASCII码love200610281000ms508kbC++262b2020-02-19 20:42:462020-02-19 20:42:48

answer


Details

小提示:点击横条可展开更详细的信息

Test #1:

score: 25
Accepted
time: 0ms
memory: 508kb

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