QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#76421#1. I/O Testliuzhenhao09100 930ms3440kbC++14347b2023-02-09 21:17:042023-02-09 21:17:05

Judging History

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

  • [2023-08-10 23:21:45]
  • System Update: QOJ starts to keep a history of the judgings of all the submissions.
  • [2023-02-09 21:17:05]
  • 评测
  • 测评结果:100
  • 用时:930ms
  • 内存:3440kb
  • [2023-02-09 21:17:04]
  • 提交

config.txt

10000000 10000000

input_test

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

output_test

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

詳細信息

Subtask #1:

score: 0
Wrong Answer

Test #1:

score: 0
Wrong Answer
time: 930ms
memory: 3440kb

input:

10000000
427694295 198957925 768303134 787644911 140862628 184694797 898361804 674074539 213393090 965252147 590585602 726470242 823936008 746556188 359621734 710412307 161901660 338655113 748885631 542467452 586306794 994379740 938239488 773877174 392307865 151011823 717149769 937684449 242218356 8...

output:

-575921058

result:

wrong answer expected 5501337702149334, found -575921058

Subtask #2:

score: 100
Accepted

Test #2:

score: 100
Accepted
time: 747ms
memory: 3316kb

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