QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#54084#1. I/O TestZGY100 431ms3512kbC++292b2022-10-06 20:44:322022-10-06 20:44:34

Judging History

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

  • [2023-08-10 23:21:45]
  • System Update: QOJ starts to keep a history of the judgings of all the submissions.
  • [2022-10-06 20:44:34]
  • 评测
  • 测评结果:100
  • 用时:431ms
  • 内存:3512kb
  • [2022-10-06 20:44:32]
  • 提交

config.txt

10000000 10000000

input_test

#include<iostream>
using namespace std;
int n;
long long s,h;
int main(){
   cin>>n;
	while(n--)read(h),s+=h;
	print(s);
   return 0;
}

output_test

#include<iostream>
using namespace std;
int main(){
    int n;
    cin>>n;
    while(n--)cout<<"114514191 ";
    return 0;
}

詳細信息

Subtask #1:

score: 0
input_test Judgement Failed

Test #1:

score: 0
input_test Judgement Failed

input:

10000000
509243698 403246418 440924321 962235619 707325914 703874505 599221953 735223755 377913616 806634664 857158190 344780847 885048031 320393486 980883011 925487451 563531893 780658010 488634441 275584804 698299085 922952481 706028216 992835925 671058279 461702633 518817989 187272616 883752456 8...

output:


result:


Subtask #2:

score: 100
Accepted

Test #2:

score: 100
Accepted
time: 431ms
memory: 3512kb

input:

10000000

output:

114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 ...

result:

points 1.0 output test passed