Submission #00023


ソースコード

1
2
3
4
5
6
7
8
9
10
11
12
13
#include<iostream>
using namespace std;
int main()
{
int a, i, ans=1;
for (i = 0; i < a; i++) {
ans *= i;
}
cout << ans << endl;
}

ステータス

項目 データ
問題 0002 - 目だけいいもりた
ユーザー名 ei1439
投稿日時 2015-05-26 16:34:21
言語 C++11
状態 Wrong Answer
得点 0
ソースコード長 159 Byte
最大実行時間 10 ms
最大メモリ使用量 544 KB

セット

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

テストケース

ファイル名 状態 実行時間 メモリ使用量 #
sample_in.txt WA 10 ms 544 KB
1
sample_in2.txt WA 10 ms 536 KB
1
sample_in3.txt WA 10 ms 536 KB
1
sample_in4.txt WA 10 ms 532 KB
1
sample_in5.txt AC 9 ms 400 KB
1