QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#84180#1. I/O Testsinsop90100 350ms3392kbC++14347b2023-03-05 21:08:352023-03-05 21:08:37

Judging History

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

  • [2023-08-10 23:21:45]
  • System Update: QOJ starts to keep a history of the judgings of all the submissions.
  • [2023-03-05 21:08:37]
  • 评测
  • 测评结果:100
  • 用时:350ms
  • 内存:3392kb
  • [2023-03-05 21:08:35]
  • 提交

config.txt

10000000 10000000

input_test

#inlcude <bits/stdc++.h>
using namespace std;
int n;
long long res;
int main() {
	scanf("%d", &n);
	for(int i = 1, x;i <= n;i++) scanf("%d", &x), res += x;
	printf("%lld\n", res);	
}

output_test

#include <bits/stdc++.h>
using namespace std;
int n;
int main() {
	scanf("%d", &n);	
	for(int i= 1;i <= n;i++) printf("100000000 ");
}

詳細信息

Subtask #1:

score: 0
input_test Judgement Failed

Test #1:

score: 0
input_test Judgement Failed

input:

10000000
823650749 137567381 957315333 445201262 557145415 815485385 317867828 824541791 310373478 380571815 256092089 478033187 307222960 624206326 754793544 521172301 178687499 992175679 286522507 733123290 201402854 314649334 107199649 494283407 578794006 210627969 665954166 159594281 180371945 1...

output:


result:


Subtask #2:

score: 100
Accepted

Test #2:

score: 100
Accepted
time: 350ms
memory: 3392kb

input:

10000000

output:

100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 ...

result:

points 1.0 output test passed