QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#396113#2852. 为最美的那位献上花朵ucup-team1251AC ✓0ms3560kbC++98101b2024-04-22 13:05:532024-04-22 13:05:53

Judging History

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

  • [2024-04-22 13:05:53]
  • 评测
  • 测评结果:AC
  • 用时:0ms
  • 内存:3560kb
  • [2024-04-22 13:05:53]
  • 提交

answer

#include <bits/stdc++.h>
using namespace std;
int main()
{
    cout << "kangnaixin";
    return 0;
}

详细

Test #1:

score: 100
Accepted
time: 0ms
memory: 3560kb

input:



output:

kangnaixin

result:

ok