Submission #00142


ソースコード

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#include<stdio.h>
int main(){
int n,i,c=0;
scanf("%d",&n);
int a[n];
for(i=0;i<n;i++){
scanf("%d",&a[i]);
c+=a[i];
}
if(c==-90){
printf("TOPPUY IS BRIND\n");
}
if(c==90){
printf("TOPPUY IS GOOD MAN\n");
}
else{
}
return(0);
}

ステータス

項目 データ
問題 0001 - その前髪は意志を持つ。
ユーザー名
投稿日時 2016-05-14 16:02:24
言語 C++
状態 Wrong Answer
得点 0
ソースコード長 285 Byte
最大実行時間 14 ms
最大メモリ使用量 472 KB

セット

セット 得点 Cases
1 ALL 0 / 3 *

テストケース

ファイル名 状態 実行時間 メモリ使用量 #
in01.txt WA 12 ms 472 KB
1
in02.txt AC 14 ms 456 KB
1
in03.txt WA 13 ms 444 KB
1
in04.txt WA 10 ms 428 KB
1
in05.txt WA 12 ms 416 KB
1