QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#83397#2895. 自白书ZBSTChen#AC ✓2ms3232kbC++14144b2023-03-01 18:58:332023-03-01 18:58:34

Judging History

你现在查看的是最新测评结果

  • [2023-08-10 23:21:45]
  • System Update: QOJ starts to keep a history of the judgings of all the submissions.
  • [2023-03-01 18:58:34]
  • 评测
  • 测评结果:AC
  • 用时:2ms
  • 内存:3232kb
  • [2023-03-01 18:58:33]
  • 提交

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'