UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#114651#1197. 删除单词后缀woodiy400ms1192kbC++682b2020-07-30 15:57:072020-07-30 15:57:09

answer


详细

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

Test #1:

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

input:

Wanting

output:

Want

result:

ok single line: 'Want'

Test #2:

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

input:

after

output:

aft

result:

ok single line: 'aft'

Test #3:

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

input:

making

output:

mak

result:

ok single line: 'mak'

Test #4:

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

input:

actually

output:

actual

result:

ok single line: 'actual'

Test #5:

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

input:

referlr

output:


result:

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

Test #6:

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

input:

q

output:


result:

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

Test #7:

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

input:

as

output:


result:

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

Test #8:

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

input:

am

output:


result:

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

Test #9:

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

input:

ls

output:


result:

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

Test #10:

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

input:

ps

output:


result:

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