QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#117851#1. I/O Testzhylj0 1ms3312kbC++73b2023-07-02 11:14:502023-07-02 11:14:53

Judging History

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

  • [2023-08-10 23:21:45]
  • System Update: QOJ starts to keep a history of the judgings of all the submissions.
  • [2023-07-02 11:14:53]
  • 评测
  • 测评结果:0
  • 用时:1ms
  • 内存:3312kb
  • [2023-07-02 11:14:50]
  • 提交

config.txt

1 0

input_test

#include <bits/stdc++.h>

__int128 x;

int main() {
	return 0;
}

output_test


Details

Tip: Click on the bar to expand more detailed information

Subtask #1:

score: 0
Wrong Answer

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3312kb

input:

1
463324707 

output:


result:

wrong output format Unexpected end of file - int64 expected

Subtask #2:

score: 0
Skipped