QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#21517#2852. 为最美的那位献上花朵LFCode#AC ✓1ms1736kbC++1453b2022-03-07 14:25:062022-12-28 19:01:55

Judging History

This is the latest submission verdict.

  • [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]
  • Judged
  • Verdict: AC
  • Time: 1ms
  • Memory: 1736kb
  • [2022-03-07 14:25:06]
  • Submitted

answer

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

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:



output:

carnation

result:

ok