Thứ Ba, 8 tháng 1, 2019

UVa 01124 - Celebrity Jeopardy (LA 2681, just echo/re-print the input again)

Link: https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=246&page=show_problem&problem=3565
Lời giải:
#include <cstdio>
using namespace std;
char s[10000];
int main() {
while(gets(s)){
printf("%s\n",s);
}
return 0;
}

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ị: + ...