QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#275077#7887. How to Identify My NamelsmAC ✓0ms3304kbC++1492b2023-12-04 12:53:502023-12-04 12:53:50

Judging History

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

  • [2023-12-04 12:53:50]
  • 评测
  • 测评结果:AC
  • 用时:0ms
  • 内存:3304kb
  • [2023-12-04 12:53:50]
  • 提交

answer

#include <iostream>

int main() {
	std::cout << "BAGIDNAA" << std::endl;

	return 0;
}

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 3304kb

input:

<no-input>

output:

BAGIDNAA

result:

ok correct! you answered 6 out of 8 questions correctly

Extra Test:

score: 0
Extra Test Passed