QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#61950#1. I/O Testgdf_yhm100 432ms3344kbC++14286b2022-11-16 08:02:132022-11-16 08:02:15

Judging History

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

  • [2023-08-10 23:21:45]
  • System Update: QOJ starts to keep a history of the judgings of all the submissions.
  • [2022-11-16 08:02:15]
  • 评测
  • 测评结果:100
  • 用时:432ms
  • 内存:3344kb
  • [2022-11-16 08:02:13]
  • 提交

config.txt

10000000 10000000

input_test

#include<bits/stdc++.h>
using namespace std;
int main(){
long long n,a,ans=0;
cin>>n;
for(int i=1;i<=n;i++)cin>>a,ans+=a;
cout<<ans;
}

output_test

#include<bits/stdc++.h>
using namespace std;
int main(){
int n,a,ans=0;
cin>>n;
for(int i=1;i<=n;i++)cout<<"100000000 ";
}

详细

Subtask #1:

score: 0
input_test Time Limit Exceeded

Test #1:

score: 0
input_test Time Limit Exceeded

input:

10000000
168798368 588350818 721101830 754911685 683196255 188719464 669059900 938343527 650563979 610205648 504057698 253686609 215779167 835688844 213179489 800152469 711231103 802340755 861461780 501748981 493612867 988424150 470230462 538656110 991003467 942777635 651660150 542591136 947658988 6...

output:


result:


Subtask #2:

score: 100
Accepted

Test #2:

score: 100
Accepted
time: 432ms
memory: 3344kb

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