0_0_36647985_12623.cpp:43:15: error: expected ']' before ',' token
char s[107][17, t[_];
^
0_0_36647985_12623.cpp: In function 'void work()':
0_0_36647985_12623.cpp:46:25: error: 's' was not declared in this scope
_for(i, 1, n)cin >> s[i];
^
0_0_36647985_12623.cpp:47:34: error: 's' was not declared in this scope
_for(i, 1, n)len[i] = strlen(s[i]);
^
0_0_36647985_12623.cpp:55:22: error: 's' was not declared in this scope
t[++c] = s[i][cnt[i]];
^
|