QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#76420#1. I/O Testliuzhenhao09100 883ms3176kbC++14380b2023-02-09 21:15:462023-02-09 21:15:47

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:15:47]
  • 评测
  • 测评结果:100
  • 用时:883ms
  • 内存:3176kb
  • [2023-02-09 21:15:46]
  • 提交

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++) cin>>s,ss += s;
	cout<<s;
    return 0;
}

output_test

#include<bits/stdc++.h>
#define int long long
using namespace std;
signed main(){
	int x = 100000000;
	for(int i = 1; i <= 10000000; i++) cout<<x<<" ";
    return 0;
}

詳細信息

Subtask #1:

score: 0
input_test Time Limit Exceeded

Test #1:

score: 0
input_test Time Limit Exceeded

input:

10000000
342610934 279860022 378670762 116174572 999150638 224192730 805469445 977747882 728625927 658155230 171336508 176503338 822180768 430160197 259655956 547697478 513086623 469280927 620192547 574412773 804157208 631245851 563166531 139625957 283828430 460663994 312639984 765951412 868018976 9...

output:


result:


Subtask #2:

score: 100
Accepted

Test #2:

score: 100
Accepted
time: 883ms
memory: 3176kb

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