QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#76422#1. I/O Testliuzhenhao09100 921ms3456kbC++14377b2023-02-09 21:17:572023-02-09 21:17:59

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:59]
  • 评测
  • 测评结果:100
  • 用时:921ms
  • 内存:3456kb
  • [2023-02-09 21:17:57]
  • 提交

config.txt

10000000 10000000

input_test

#include<bits/stdc++.h>
#define int long long
using namespace std;
int s = 0,ss = 0;
signed main(){
	for(int i = 1; i <= 10000000; i++) scanf("%lld",&s),ss += s;
	printf("%lld",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;
}

Details

Tip: Click on the bar to expand more detailed information

Subtask #1:

score: 0
Wrong Answer

Test #1:

score: 0
Wrong Answer
time: 921ms
memory: 3456kb

input:

10000000
877758491 973695152 624610265 644537379 553085485 550089783 343637508 462986967 120316279 490860618 566756011 710435855 322110736 266804970 930390757 550078973 602073726 419710626 519646672 788021276 197736739 572839278 357412128 634903992 743897318 227176092 373991922 141641226 356069244 8...

output:

5499722488067952

result:

wrong answer expected 5499722805809056, found 5499722488067952

Subtask #2:

score: 100
Accepted

Test #2:

score: 100
Accepted
time: 694ms
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