QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#76422 | #1. I/O Test | liuzhenhao09 | 100 | 921ms | 3456kb | C++14 | 377b | 2023-02-09 21:17:57 | 2023-02-09 21:17:59 |
Judging History
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;
}
詳細信息
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