h-分離
時間限制:c/c++ 1秒,其他語言2秒
空間限制:c/c++ 262144k,其他語言524288k
64bit io format: %lld
題目描述
小貓在研究字串。
小貓在研究奇數的性質。
給定乙個字串s,請你輸出將其奇數字的字元提出來以後得到的字串。
輸入描述:
第一行乙個正整數t,表示資料組數。接下來t行,每行乙個字串s,表示每組資料。
輸出描述:
t行,每行乙個字串,表示每組資料的答案。
示例1輸入
2abcdefg
ababab
輸出aceg
aaa備註:
1≤t,|s|≤100
大聲bb
我相信這是好水的題,嗯,完。
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
using namespace std;
typedef
long
long ll;
intmain()
; cin>>s;
int index=0;
for(
int i=
0;ilength()
;i+=2)
cout<}return0;
}
杭州電子科技大學ACM 1081
input input consists of several lines of integer numbers.the first line contains an integer n,which is the number of cases to be tested,followed by n ...
杭州電子科技大學acm 2010
problem description 春天是鮮花的季節,水仙花就是其中最迷人的代表,數學上有個水仙花數,他是這樣定義的 水仙花數 是指乙個三位數,它的各位數字的立方和等於其本身,比如 153 1 3 5 3 3 3。現在要求輸出所有在m和n範圍內的水仙花數。input 輸入資料有多組,每組佔一行,...
杭州電子科技大學acm 2005
input 輸入資料有多組,每組佔一行,資料格式為yyyy mm dd組成,具體參見sample input 另外,可以向你確保所有的輸入資料是合法的。output 對於每組輸入資料,輸出一行,表示該日期是該年的第幾天。define crt secure no warnings include in...