Thứ Ba, 8 tháng 1, 2019

UVa 12577 - Haji-e-Akbar (straightforward)

Link: https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=441&page=show_problem&problem=4022
Sol:
#include <cstdio>
int main()
{
char input[20];
scanf("%s", input);
for (int t = 1; input[0] != '*'; ++t, scanf("%s", input))
{
if (input[0] == 'H')
printf("Case %d: Hajj-e-Akbar\n", t);
else
printf("Case %d: Hajj-e-Asghar\n", t);
}
}

Không có nhận xét nào:

Đăng nhận xét

Bài G - Educatioal Round 62

Đề bài: Bạn được cho 1 đồ thị vô hướng đặc biệt. Nó bao gồm $2n$ đỉnh được đánh số từ 1 đến 2n. Dưới đây là một số đặc tính của đồ thị: + ...