QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#727042#1. I/O TestTheZone0.54188 4ms3700kbC++20353b2024-11-09 11:06:442024-11-09 11:06:44

Judging History

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

  • [2024-11-09 11:06:44]
  • 评测
  • 测评结果:0.54188
  • 用时:4ms
  • 内存:3700kb
  • [2024-11-09 11:06:44]
  • 提交

config.txt

54188 54188

input_test

#include<bits/stdc++.h>
using namespace std;long long n,ans,x;int main(){cin.tie(nullptr)->sync_with_stdio(false);cin>>n;for(int i=1;i<=n;i++) cin>>x,ans+=x;cout<<ans;return 0;}

output_test

#include<bits/stdc++.h>
using namespace std;const int N=54188;int n;int main(){cin.tie(nullptr)->sync_with_stdio(false);cin>>n;while(n--) cout<<N<<' ';return 0;}

詳細信息

Subtask #1:

score: 0.54188
Acceptable Answer

Test #1:

score: 0.54188
Acceptable Answer
time: 4ms
memory: 3644kb

input:

54188
189987920 698335747 967833229 222273853 363111867 857835123 510814716 713956912 783463811 934360268 902631578 305324345 745899434 881833440 325702745 203601215 428295873 902228740 360459495 163050763 337878795 284796928 347774999 113162620 451203821 710837047 729910985 411200895 278160393 1933...

output:

29782344151439

result:

points 0.00541880 input test passed

Subtask #2:

score: 0
Wrong Answer

Test #2:

score: 0
Wrong Answer
time: 0ms
memory: 3700kb

input:

54188

output:

54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 54188 ...

result:

wrong answer Integer 54188 violates the range [10^8, 999999999]