QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#275079#7887. How to Identify My NamelsmAC ✓0ms3552kbC++1492b2023-12-04 12:55:392023-12-04 12:55:39

Judging History

This is the latest submission verdict.

  • [2023-12-04 12:55:39]
  • Judged
  • Verdict: AC
  • Time: 0ms
  • Memory: 3552kb
  • [2023-12-04 12:55:39]
  • Submitted

answer

#include <iostream>

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

	return 0;
}

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

<no-input>

output:

BAGIDNJF

result:

ok correct! you answered 8 out of 8 questions correctly

Extra Test:

score: 0
Extra Test Passed