QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#396101 | #2852. 为最美的那位献上花朵 | ucup-team1251 | AC ✓ | 0ms | 3732kb | C++20 | 221b | 2024-04-22 13:03:20 | 2024-04-22 13:03:21 |
Judging History
answer
#include<bits/stdc++.h>
using namespace std;
void solve()
{
cout << "kangnaixin";
}
int main()
{
ios::sync_with_stdio(0);
cin.tie(0);
cout.tie(0);
int t = 1;
//cin >> t;
while(t--)
{
solve();
}
return 0;
}
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3732kb
input:
output:
kangnaixin
result:
ok