// yukicodr //No.1942 // Leading zero //二次元可変配列 //vector > mass; //vector > memo; //vector memo; //#include "stdafx.h" #include #include #include //list #include //tree #include //連想配列 #include //hash #include //hash #include #include #include //#include using namespace std; #define FOR(x,to) for(x=0;x *b) return (1); else if (*a < *b) return (-1); return (0); } //降順 int compare_down(const int * a, const int *b) { if (*a > *b) return (-1); else if (*a < *b) return (1); return (0); } int solve(int i, ULL index_flag) { return 0; } int N; char s[10005][5]; int main() { cin >> N; for (int i = 0; i < N; i++) { cin >> s[i][0]; cin >> s[i][1]; cin >> s[i][2]; cin >> s[i][3]; cin >> s[i][4]; } int OK; for (int i = 0; i < N; i++) { OK = 0; for (int j = 0; j < 5; j++) { if (s[i][j] != '0' || OK || j == 4) { cout << s[i][j]; OK = 1; } } cout << endl; } //getchar(); return 0; }