UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#96850#1230. 单词排序fangyu_09061001ms1172kbC++775b2020-02-20 17:36:132020-02-20 17:36:15

answer


详细

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

Test #1:

score: 33
Accepted
time: 1ms
memory: 1172kb

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: 1172kb

input:

city boy tree student

output:

boy
city
student
tree

result:

ok 4 lines

Test #3:

score: 33
Accepted
time: 0ms
memory: 1168kb

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