0_0_27113725_11595.cpp: In function 'int main()':
0_0_27113725_11595.cpp:4:7: error: expected initializer before '.' token
char j.k.l;
^
0_0_27113725_11595.cpp:6:26: error: 'j' was not declared in this scope
while(~scanf("%c%c%c%c",&j,&k,&l)
^
0_0_27113725_11595.cpp:6:29: error: 'k' was not declared in this scope
while(~scanf("%c%c%c%c",&j,&k,&l)
^
0_0_27113725_11595.cpp:6:32: error: 'l' was not declared in this scope
while(~scanf("%c%c%c%c",&j,&k,&l)
^
0_0_27113725_11595.cpp:7:1: error: expected ')' before '{' token
{
^
0_0_27113725_11595.cpp:11:28: error: expected ')' before ';' token
printf("%c %c %c\n",j,k,l;
^
|