QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#21517#2852. 为最美的那位献上花朵LFCode#AC ✓1ms1736kbC++1453b2022-03-07 14:25:062022-12-28 19:01:55

Judging History

你现在查看的是最新测评结果

  • [2023-08-10 23:21:45]
  • System Update: QOJ starts to keep a history of the judgings of all the submissions.
  • [2022-12-28 19:01:55]
  • 评测
  • 测评结果:AC
  • 用时:1ms
  • 内存:1736kb
  • [2022-03-07 14:25:06]
  • 提交

answer

#include<cstdio>
int main(){
	puts("carnation");
}

詳細信息

Test #1:

score: 100
Accepted
time: 1ms
memory: 1736kb

input:



output:

carnation

result:

ok