QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#36717 | #1. I/O Test | Withers | 200 ✓ | 85ms | 99184kb | C++ | 1.9kb | 2022-06-28 16:17:07 | 2022-06-28 16:17:07 |
Judging History
config.txt
10000000 10000000
input_test
#include<cstdio>
#define R register
static char buf[100000000],*paa=buf,*pddd=buf;
static char buf2[100000000],*pppp=buf2;
#define getchar() paa==pddd&&(pddd=(paa=buf)+fread(buf,1,100000000,stdin),paa==pddd)?EOF:*paa++
inline void pc(char ch){
if(pppp-buf2==100000000) fwrite(buf2,1,100000000,stdout),pppp=buf2;
*pppp++=ch;
}
inline void pcc(){
fwrite(buf2,1,pppp-buf2,stdout);
pppp=buf2;
}
inline unsigned int read(void){
//int w=1;
register unsigned int x(0);register char c(getchar());
while(c<'0'||c>'9'){c=getchar();}
while(c>='0'&&c<='9')x=(x<<1)+(x<<3)+(c^48),c=getchar();
return x;
}
inline void write(int x){
if(x<0) pc('-'),x=-x;
static unsigned int sta[20];int top=0;
do{sta[top++]=x%10,x/=10;}while(x);
while(top) pc(sta[--top]+48);
}
int main()
{
R unsigned int n;
n=read();
R long long sum=0;
for(R unsigned int i=1;i<=n;++i)
{
sum+=read();
}
printf("%lld",sum);
}
output_test
#include<cstdio>
#define R register
static char buf[100000000],*paa=buf,*pddd=buf;
static char buf2[100000000],*pppp=buf2;
#define getchar() paa==pddd&&(pddd=(paa=buf)+fread(buf,1,100000000,stdin),paa==pddd)?EOF:*paa++
inline void pc(char ch){
if(pppp-buf2==100000000) fwrite(buf2,1,100000000,stdout),pppp=buf2;
*pppp++=ch;
}
inline void pcc(){
fwrite(buf2,1,pppp-buf2,stdout);
pppp=buf2;
}
inline unsigned int read(void){
//int w=1;
register unsigned int x(0);register char c(getchar());
while(c<'0'||c>'9'){c=getchar();}
while(c>='0'&&c<='9')x=(x<<1)+(x<<3)+(c^48),c=getchar();
return x;
}
inline void write(int x){
if(x<0) pc('-'),x=-x;
static unsigned int sta[20];int top=0;
do{sta[top++]=x%10,x/=10;}while(x);
while(top) pc(sta[--top]+48);
}
int main()
{
R unsigned int n;
n=read();
for(R unsigned int i=1;i<=n;++i)
{
pc('1');pc('0');pc('0');pc('0');pc('0');pc('0');pc('0');pc('0');pc('0');
pc(' ');
}
pcc();
}
详细
Subtask #1:
score: 100
Accepted
Test #1:
score: 100
Accepted
time: 85ms
memory: 99140kb
input:
10000000 968676606 333216168 958848202 644727670 429540554 424723302 787995825 160624222 923329061 468227201 172435271 546946265 291955744 415706259 230099443 468842293 200887807 741210776 479142836 866187809 480679337 888399574 704505418 458610569 790716025 602447771 542744272 778003917 140057849 7...
output:
5499399028955781
result:
points 1.0 input test passed
Subtask #2:
score: 100
Accepted
Test #2:
score: 100
Accepted
time: 83ms
memory: 99184kb
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