UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#124653#1197. 删除单词后缀Carl401ms1224kbC++305b2020-12-05 18:08:362020-12-05 18:08:38

answer


详细

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

Test #1:

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

input:

Wanting

output:

Want

result:

ok single line: 'Want'

Test #2:

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

input:

after

output:

aft

result:

ok single line: 'aft'

Test #3:

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

input:

making

output:

mak

result:

ok single line: 'mak'

Test #4:

score: 10
Accepted
time: 1ms
memory: 1220kb

input:

actually

output:

actual

result:

ok single line: 'actual'

Test #5:

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

input:

referlr

output:


result:

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

Test #6:

score: 0
Dangerous Syscalls

input:

q

output:


result:


Test #7:

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

input:

as

output:


result:

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

Test #8:

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

input:

am

output:


result:

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

Test #9:

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

input:

ls

output:


result:

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

Test #10:

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

input:

ps

output:


result:

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