QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#202806#5532. KangarooCamillus#0 0ms3612kbC++20164b2023-10-06 13:32:102024-07-04 02:16:57

Judging History

This is the latest submission verdict.

  • [2024-07-04 02:16:57]
  • Judged
  • Verdict: 0
  • Time: 0ms
  • Memory: 3612kb
  • [2023-10-06 13:32:10]
  • Submitted

answer

#include <bits/stdc++.h>
using namespace std;

signed main() {
    ios::sync_with_stdio(false);
    cin.tie(nullptr);
    cout << 1 << '\n';
    return 0;
}

Details

Tip: Click on the bar to expand more detailed information

Subtask #1:

score: 0
Wrong Answer

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3612kb

input:

7 3 6

output:

1

result:

wrong answer 1st numbers differ - expected: '14', found: '1'

Subtask #2:

score: 0
Skipped

Dependency #1:

0%

Subtask #3:

score: 0
Skipped

Dependency #1:

0%

Subtask #4:

score: 0
Skipped

Dependency #1:

0%