QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#21497#2852. 为最美的那位献上花朵lovezah#AC ✓2ms3440kbC++17195b2022-03-07 14:09:022022-12-28 19:01:38

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:38]
  • 评测
  • 测评结果:AC
  • 用时:2ms
  • 内存:3440kb
  • [2022-03-07 14:09:02]
  • 提交

answer

#include<bits/stdc++.h>

using namespace std;

#define all(x) (x).begin(), (x).end()

int main () {
	ios::sync_with_stdio(false);
	cin.tie(nullptr);

	cout << "kangnaixin" << "\n";
}

詳細信息

Test #1:

score: 100
Accepted
time: 2ms
memory: 3440kb

input:



output:

kangnaixin

result:

ok