QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#83397 | #2895. 自白书 | ZBSTChen# | AC ✓ | 2ms | 3232kb | C++14 | 144b | 2023-03-01 18:58:33 | 2023-03-01 18:58:34 |
Judging History
answer
#include<cstdio>
#include<iostream>
#include<string>
using namespace std;
string s;
int main(){
cin>>s;
cout<<"kecheng";
return 0;
}
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 2ms
memory: 3232kb
input:
Remember me, and help us
output:
kecheng
result:
ok single line: 'kecheng'