0_0_5171864_17208.cpp: In function `int main()':
0_0_5171864_17208.cpp:5: error: conflicting declaration 'int s[0u]'
0_0_5171864_17208.cpp:5: error: 's' has a previous declaration as `int s[100]'
0_0_5171864_17208.cpp:5: error: declaration of `int s[0u]'
0_0_5171864_17208.cpp:5: error: conflicts with previous declaration `int s[100]'
0_0_5171864_17208.cpp:5: error: invalid initializer
0_0_5171864_17208.cpp:17: error: `j' undeclared (first use this function)
0_0_5171864_17208.cpp:17: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_5171864_17208.cpp:19: error: `k' undeclared (first use this function)
0_0_5171864_17208.cpp:19: error: expected `;' before '}' token
0_0_5171864_17208.cpp:21: error: `t' undeclared (first use this function)
|