QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#82770#1. I/O Testzby2022Compile Error//C++14179b2023-02-28 18:17:202023-02-28 18:17:23

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-28 18:17:23]
  • 评测
  • [2023-02-28 18:17:20]
  • 提交

config.txt

#include<bits/stdc++.h>
using namespace std;
int n,a,sum=0;
int main(){
	scanf("%d",&n);
	while(n--){
		scanf("%d",&a);
		sum+=a;
	} 
	printf("%d\n",sum);
	return 0;
} 

input_test


output_test


詳細信息

Invalid Configuration File: failed to read Nin and Nout