QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#21497 | #2852. 为最美的那位献上花朵 | lovezah# | AC ✓ | 2ms | 3440kb | C++17 | 195b | 2022-03-07 14:09:02 | 2022-12-28 19:01:38 |
Judging History
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