0_0_21583763_23424.cpp:65:50: error: stray '#' in program
printf("%d%c", i , i == t - 1 ? '\n' : ' ');
^
0_0_21583763_23424.cpp:65:17: error: stray '\' in program
printf("%d%c", i , i == t - 1 ? '\n' : ' ');
^
0_0_21583763_23424.cpp:65:57: error: stray '#' in program
printf("%d%c", i , i == t - 1 ? '\n' : ' ');
^
0_0_21583763_23424.cpp:65:65: error: stray '#' in program
printf("%d%c", i , i == t - 1 ? '\n' : ' ');
^
0_0_21583763_23424.cpp:65:71: error: stray '#' in program
printf("%d%c", i , i == t - 1 ? '\n' : ' ');
^
0_0_21583763_23424.cpp: In function 'int main()':
0_0_21583763_23424.cpp:65:51: error: lvalue required as unary '&' operand
printf("%d%c", i , i == t - 1 ? '\n' : ' ');
^
0_0_21583763_23424.cpp:65:53: error: expected ':' before ';' token
printf("%d%c", i , i == t - 1 ? '\n' : ' ');
^
0_0_21583763_23424.cpp:65:53: error: expected primary-expression before ';' token
0_0_21583763_23424.cpp:65:62: error: expected primary-expression before ':' token
printf("%d%c", i , i == t - 1 ? '\n' : ' ');
^
0_0_21583763_23424.cpp:65:72: error: lvalue required as unary '&' operand
printf("%d%c", i , i == t - 1 ? '\n' : ' ');
^
0_0_21583763_23424.cpp:65:75: error: expected primary-expression before ')' token
printf("%d%c", i , i == t - 1 ? '\n' : ' ');
^
|