UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#114633#1197. 删除单词后缀woodiy700ms1196kbC++555b2020-07-30 15:20:012020-07-30 15:20:03

answer


详细

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

Test #1:

score: 10
Accepted
time: 0ms
memory: 1196kb

input:

Wanting

output:

Want

result:

ok single line: 'Want'

Test #2:

score: 0
Wrong Answer
time: 0ms
memory: 1192kb

input:

after

output:

after

result:

wrong answer 1st lines differ - expected: 'aft', found: 'after'

Test #3:

score: 0
Wrong Answer
time: 0ms
memory: 1196kb

input:

making

output:

making

result:

wrong answer 1st lines differ - expected: 'mak', found: 'making'

Test #4:

score: 10
Accepted
time: 0ms
memory: 1196kb

input:

actually

output:

actual

result:

ok single line: 'actual'

Test #5:

score: 0
Wrong Answer
time: 0ms
memory: 1196kb

input:

referlr

output:

refer

result:

wrong answer 1st lines differ - expected: 'referlr', found: 'refer'

Test #6:

score: 10
Accepted
time: 0ms
memory: 1184kb

input:

q

output:

q

result:

ok single line: 'q'

Test #7:

score: 10
Accepted
time: 0ms
memory: 1184kb

input:

as

output:

as

result:

ok single line: 'as'

Test #8:

score: 10
Accepted
time: 0ms
memory: 1184kb

input:

am

output:

am

result:

ok single line: 'am'

Test #9:

score: 10
Accepted
time: 0ms
memory: 1184kb

input:

ls

output:

ls

result:

ok single line: 'ls'

Test #10:

score: 10
Accepted
time: 0ms
memory: 1188kb

input:

ps

output:

ps

result:

ok single line: 'ps'