Submission #3019066


Source Code Expand

/*
Character Drawing Adapted from FAKEUPDATE.NET
		   _    _____         _
		   \`,""   ,'7"r-..__/ \
		  ,'\ `, ,',','    _/   \
		 /   \, 7 / /     (   \ |
		J     \/ j  L______\  / |
		L   __JF"""/""\"\_,    /
		L,-"| O|  f O |  L_  _/
		F   \_ /  \__/   `-  j|
			.-'    `"""    ,' |          _..====.._
			\__/         r"_  A        ,' _..---.._`,
			 `-.______,,-L// / \  ___,' ,'_..:::.. `,`,
					  j   / / / 7"    `-<""=:'  '':. \ \
					 /   <,' /  F  . i , \   `,    :T W I
					 |    \,'  /    >X<  |     \   :| | L
					 |     `._/    ' ! ` |      I  :| |  G
					  \           \     /       |  :H T  |
					 __>-.__   __,-\   |        |  S P   |
					/     /|   | \  \  \_       | 'A R   |
				   /   __/ |   |  L  L   \      K./ /    L
				  /   |    |   4  I  I    |    E./ /   ,'
				 J    \    I    L F  I    |    // / _,'
		_________|     |   F    |J   F    |   //_/-'
		\   __   |    /   J     |/  J     |  /="
		\\  \_\  \__,' \  F     |   F     |
		\\\_____________\/      F__/      F
		 \\| 计算机编程 |_____/  (______/
		  \/从入门到入土/
*/
#include <iostream>
#include <cstdlib>
#include <iomanip>
#include <cmath>
#include <string>
#include <cstring>
#include <algorithm>
#include <vector>
#include <sstream>
#include <set>
#include <queue>
#include <stack>
#include <cctype>
#include <map>
#include <climits>
#include <bitset>
#include <functional>
using namespace std;
#define MATH_PI 3.14159265358979323846
int main(){
	ios::sync_with_stdio(false);
	string sCode;
	cin >> sCode;
	switch (sCode[2]){
	case 'D':
		cout << "Doctor " << sCode[0] << sCode[1] << endl;
		break;
	case 'M':
		cout << "Master " << sCode[0] << sCode[1] << endl;
		break;
	case 'B':
		cout << "Bachelor " << sCode[0] << sCode[1] << endl;
		break;
	default:
		break;
	}
endapp:
	//system("pause > nul");
	return 0;
}

Submission Info

Submission Time
Task A - ぼくの学生証
User luogu_bot2
Language C++14 (GCC 5.4.1)
Score 50
Code Size 1829 Byte
Status AC
Exec Time 1 ms
Memory 256 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 50 / 50
Status AC
AC × 31
Set Name Test Cases
Sample
All 00_sample_00, 10_random_small_00, 10_random_small_01, 10_random_small_02, 10_random_small_03, 10_random_small_04, 10_random_small_05, 10_random_small_06, 10_random_small_07, 10_random_small_08, 10_random_small_09, 10_random_small_10, 10_random_small_11, 10_random_small_12, 10_random_small_13, 10_random_small_14, 10_random_small_15, 10_random_small_16, 10_random_small_17, 10_random_small_18, 10_random_small_19, 10_random_small_20, 10_random_small_21, 10_random_small_22, 10_random_small_23, 10_random_small_24, 10_random_small_25, 10_random_small_26, 10_random_small_27, 10_random_small_28, 10_random_small_29
Case Name Status Exec Time Memory
00_sample_00 AC 1 ms 256 KB
10_random_small_00 AC 1 ms 256 KB
10_random_small_01 AC 1 ms 256 KB
10_random_small_02 AC 1 ms 256 KB
10_random_small_03 AC 1 ms 256 KB
10_random_small_04 AC 1 ms 256 KB
10_random_small_05 AC 1 ms 256 KB
10_random_small_06 AC 1 ms 256 KB
10_random_small_07 AC 1 ms 256 KB
10_random_small_08 AC 1 ms 256 KB
10_random_small_09 AC 1 ms 256 KB
10_random_small_10 AC 1 ms 256 KB
10_random_small_11 AC 1 ms 256 KB
10_random_small_12 AC 1 ms 256 KB
10_random_small_13 AC 1 ms 256 KB
10_random_small_14 AC 1 ms 256 KB
10_random_small_15 AC 1 ms 256 KB
10_random_small_16 AC 1 ms 256 KB
10_random_small_17 AC 1 ms 256 KB
10_random_small_18 AC 1 ms 256 KB
10_random_small_19 AC 1 ms 256 KB
10_random_small_20 AC 1 ms 256 KB
10_random_small_21 AC 1 ms 256 KB
10_random_small_22 AC 1 ms 256 KB
10_random_small_23 AC 1 ms 256 KB
10_random_small_24 AC 1 ms 256 KB
10_random_small_25 AC 1 ms 256 KB
10_random_small_26 AC 1 ms 256 KB
10_random_small_27 AC 1 ms 256 KB
10_random_small_28 AC 1 ms 256 KB
10_random_small_29 AC 1 ms 256 KB