ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#124423 | #1197. 删除单词后缀 | wust202013407458fhm | 100 | 0ms | 508kb | C++ | 346b | 2020-12-04 23:46:50 | 2020-12-04 23:46:52 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 10
Accepted
time: 0ms
memory: 504kb
input:
Wanting
output:
Want
result:
ok single line: 'Want'
Test #2:
score: 10
Accepted
time: 0ms
memory: 504kb
input:
after
output:
aft
result:
ok single line: 'aft'
Test #3:
score: 10
Accepted
time: 0ms
memory: 504kb
input:
making
output:
mak
result:
ok single line: 'mak'
Test #4:
score: 10
Accepted
time: 0ms
memory: 504kb
input:
actually
output:
actual
result:
ok single line: 'actual'
Test #5:
score: 10
Accepted
time: 0ms
memory: 508kb
input:
referlr
output:
referlr
result:
ok single line: 'referlr'
Test #6:
score: 10
Accepted
time: 0ms
memory: 504kb
input:
q
output:
q
result:
ok single line: 'q'
Test #7:
score: 10
Accepted
time: 0ms
memory: 500kb
input:
as
output:
as
result:
ok single line: 'as'
Test #8:
score: 10
Accepted
time: 0ms
memory: 504kb
input:
am
output:
am
result:
ok single line: 'am'
Test #9:
score: 10
Accepted
time: 0ms
memory: 504kb
input:
ls
output:
ls
result:
ok single line: 'ls'
Test #10:
score: 10
Accepted
time: 0ms
memory: 504kb
input:
ps
output:
ps
result:
ok single line: 'ps'