QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#21495#2852. 为最美的那位献上花朵DaBenZhongXiaSongKuaiDi#AC ✓1ms3344kbC++14103b2022-03-07 14:03:442022-12-28 19:01:35

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:35]
  • 评测
  • 测评结果:AC
  • 用时:1ms
  • 内存:3344kb
  • [2022-03-07 14:03:44]
  • 提交

answer

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

详细

Test #1:

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

input:



output:

kangnaixin

result:

ok