QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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";
}
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 2ms
memory: 3440kb
input:
output:
kangnaixin
result:
ok