QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#275067#7887. How to Identify My NamejunitAC ✓0ms3488kbC++14119b2023-12-04 12:22:342023-12-04 12:22:34

Judging History

This is the latest submission verdict.

  • [2023-12-04 12:22:34]
  • Judged
  • Verdict: AC
  • Time: 0ms
  • Memory: 3488kb
  • [2023-12-04 12:22:34]
  • Submitted

answer

#include<bits/stdc++.h>
using namespace std;
const int N=3;
int main(){
    printf("BAGIDNPH\n");
    return 0;
}

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

<no-input>

output:

BAGIDNPH

result:

ok correct! you answered 6 out of 8 questions correctly

Extra Test:

score: 0
Extra Test Passed