QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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;
}
详细
Test #1:
score: 100
Accepted
time: 2ms
memory: 3232kb
input:
Remember me, and help us
output:
kecheng
result:
ok single line: 'kecheng'