Submission #1126048


Source Code Expand

#include<iostream>
using namespace std;
int main() {
	int N,i;
	char S[5];
	cin >> S;
	cin >> N;
	
	if (N == 1) {
		cout << S[0] << S[0] << "\n";
	}
	if (N == 2) {
		cout << S[0] << S[1] << "\n";
	}
	if (N == 3) {
		cout << S[0] << S[2] << "\n";
	}
	if (N == 4) {
		cout << S[0] << S[3] << "\n";
	}
	if (N == 5) {
		cout << S[0] << S[4] << "\n";
	}
	if (N == 6) {
		cout << S[1] << S[0] << "\n";
	}
	if (N == 7) {
		cout << S[1] << S[1] << "\n";
	}
	if (N == 8) {
		cout << S[1] << S[2] << "\n";
	}
	if (N == 9) {
		cout << S[1] << S[3] << "\n";
	}
	if (N == 10) {
		cout << S[1] << S[4] << "\n";
	}
	if (N == 11) {
		cout << S[2] << S[0] << "\n";
	}
	if (N == 12) {
		cout << S[2] << S[1] << "\n";
	}
	if (N == 13) {
		cout << S[2] << S[2] << "\n";
	}
	if (N == 14) {
		cout << S[2] << S[3] << "\n";
	}
	if (N == 15) {
		cout << S[2] << S[4] << "\n";
	}
	if (N == 16) {
		cout << S[3] << S[0] << "\n";
	}
	if (N == 17) {
		cout << S[3] << S[1] << "\n";
	}
	if (N == 18) {
		cout << S[3] << S[2] << "\n";
	}
	if (N == 19) {
		cout << S[3] << S[3] << "\n";
	}
	if (N == 20)
	{
		cout << S[3] << S[4] << "\n";
	}
	if (N == 21) {
		cout << S[4] << S[0] << "\n";
	}
	if (N == 22) {
		cout << S[4] << S[1] << "\n";
	}
	if (N == 23) {
		cout << S[4] << S[2] << "\n";
	}
	if (N == 24) {
		cout << S[4] << S[3] << "\n";
	}
	if (N == 25) {
		cout << S[4] << S[4]<<"\n";
	}
	return 0;
}

Submission Info

Submission Time
Task A - 25個の文字列
User simizusouta810
Language C++14 (GCC 5.4.1)
Score 100
Code Size 1461 Byte
Status AC
Exec Time 1 ms
Memory 256 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 3
AC × 36
Set Name Test Cases
Sample sample-01.txt, sample-02.txt, sample-03.txt
All sample-01.txt, sample-02.txt, sample-03.txt, test-01.txt, test-02.txt, test-03.txt, test-04.txt, test-05.txt, test-06.txt, test-07.txt, test-08.txt, test-09.txt, test-10.txt, test-11.txt, test-12.txt, test-13.txt, test-14.txt, test-15.txt, test-16.txt, test-17.txt, test-18.txt, test-19.txt, test-20.txt, test-21.txt, test-22.txt, test-23.txt, test-24.txt, test-25.txt, test-26.txt, test-27.txt, test-28.txt, test-29.txt, test-30.txt, sample-01.txt, sample-02.txt, sample-03.txt
Case Name Status Exec Time Memory
sample-01.txt AC 1 ms 256 KB
sample-02.txt AC 1 ms 256 KB
sample-03.txt AC 1 ms 256 KB
test-01.txt AC 1 ms 256 KB
test-02.txt AC 1 ms 256 KB
test-03.txt AC 1 ms 256 KB
test-04.txt AC 1 ms 256 KB
test-05.txt AC 1 ms 256 KB
test-06.txt AC 1 ms 256 KB
test-07.txt AC 1 ms 256 KB
test-08.txt AC 1 ms 256 KB
test-09.txt AC 1 ms 256 KB
test-10.txt AC 1 ms 256 KB
test-11.txt AC 1 ms 256 KB
test-12.txt AC 1 ms 256 KB
test-13.txt AC 1 ms 256 KB
test-14.txt AC 1 ms 256 KB
test-15.txt AC 1 ms 256 KB
test-16.txt AC 1 ms 256 KB
test-17.txt AC 1 ms 256 KB
test-18.txt AC 1 ms 256 KB
test-19.txt AC 1 ms 256 KB
test-20.txt AC 1 ms 256 KB
test-21.txt AC 1 ms 256 KB
test-22.txt AC 1 ms 256 KB
test-23.txt AC 1 ms 256 KB
test-24.txt AC 1 ms 256 KB
test-25.txt AC 1 ms 256 KB
test-26.txt AC 1 ms 256 KB
test-27.txt AC 1 ms 256 KB
test-28.txt AC 1 ms 256 KB
test-29.txt AC 1 ms 256 KB
test-30.txt AC 1 ms 256 KB