ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#118541 | #1230. 单词排序 | SimonSun | 100 | 2ms | 1228kb | C++ | 430b | 2020-09-01 19:58:37 | 2020-09-01 19:58:37 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 33
Accepted
time: 1ms
memory: 1228kb
input:
She wants to go to Peking University to study Chinese
output:
Chinese Peking She University go study to wants
result:
ok 8 lines
Test #2:
score: 33
Accepted
time: 0ms
memory: 1228kb
input:
city boy tree student
output:
boy city student tree
result:
ok 4 lines
Test #3:
score: 33
Accepted
time: 1ms
memory: 1224kb
input:
Built directly on Spring Boot innovative approach to enterprise Java
output:
Boot Built Java Spring approach directly enterprise innovative on to
result:
ok 10 lines