提出 #757125


ソースコード 拡げる

#include <iostream>
#include<vector>
#include<string>

using namespace std;
int main(void)
{
	int N;
	cin >> N;
	cout << 1;
	for (int i = 0; i < N-1; i++) {
		cout << 0;
		
	}

	cout << 7;

	return 0;
	}

提出情報

提出日時
問題 A - 数え上げ
ユーザ kensyu
言語 C++14 (GCC 5.4.1)
得点 100
コード長 223 Byte
結果 AC
実行時間 6 ms
メモリ 256 KiB

ジャッジ結果

セット名 Sample All
得点 / 配点 0 / 0 100 / 100
結果
AC × 3
AC × 7
セット名 テストケース
Sample 0_000.txt, 0_001.txt, 0_002.txt
All 0_000.txt, 0_001.txt, 0_002.txt, 1_003.txt, 1_004.txt, 1_005.txt, 1_006.txt
ケース名 結果 実行時間 メモリ
0_000.txt AC 4 ms 256 KiB
0_001.txt AC 4 ms 256 KiB
0_002.txt AC 4 ms 256 KiB
1_003.txt AC 4 ms 256 KiB
1_004.txt AC 4 ms 256 KiB
1_005.txt AC 4 ms 256 KiB
1_006.txt AC 6 ms 256 KiB