Submission #00117


ソースコード

1
2
3
4
5
6
7
8
9
10
#include<bits/stdc++.h>
using namespace std;
main(){
int sum=0,a;
for(int i=0;i<4;i++){
cin>>a;
sum+=a;
}
cout<<sum/60<<endl<<sum%60<<endl;
}

ステータス

項目 データ
問題 0001 - 合計時間 (Total Time)
ユーザー名 ei1516
投稿日時 2016-11-09 18:24:13
言語 C++11
状態 Accepted
得点 100
ソースコード長 168 Byte
最大実行時間 20 ms
最大メモリ使用量 716 KB

セット

セット 得点 Cases
1 set1 20 / 20 *1.txt
2 set2 20 / 20 *2.txt
3 set3 20 / 20 *3.txt
4 set4 20 / 20 *4.txt
5 set5 20 / 20 *5.txt

テストケース

ファイル名 状態 実行時間 メモリ使用量 #
2011-yo-t1-in1.txt AC 20 ms 476 KB
1
2011-yo-t1-in2.txt AC 19 ms 716 KB
2
2011-yo-t1-in3.txt AC 16 ms 568 KB
3
2011-yo-t1-in4.txt AC 18 ms 424 KB
4
2011-yo-t1-in5.txt AC 19 ms 408 KB
5