0_0_38871068_19630.cpp: In function 'int main()':
0_0_38871068_19630.cpp:16:23: error: expected primary-expression before ')' token
16 | {t=a;a=b;b=t;)
| ^
0_0_38871068_19630.cpp:21:10: error: 'print' was not declared in this scope; did you mean 'printf'?
21 | print("%c %c %c",a,b,c);
| ^~~~~
| printf
0_0_38871068_19630.cpp:24:2: error: expected '}' at end of input
24 | }
| ^
0_0_38871068_19630.cpp:6:1: note: to match this '{'
6 | {
| ^
|