0_0_27113757_21464.cpp:6:1: error: missing terminating " character
while(~scanf("%c%c%c%c*c,&j,&K,&l))
^
0_0_27113757_21464.cpp: In function 'int main()':
0_0_27113757_21464.cpp:4:7: error: expected initializer before '.' token
char j.k.l;
^
0_0_27113757_21464.cpp:8:1: error: expected primary-expression before 'if'
if (j>k)t=j,j=k.k=t;
^
0_0_27113757_21464.cpp:8:1: error: expected '}' before 'if'
0_0_27113757_21464.cpp:8:1: error: expected ')' before 'if'
0_0_27113757_21464.cpp:8:13: error: 'j' was not declared in this scope
if (j>k)t=j,j=k.k=t;
^
0_0_27113757_21464.cpp:8:15: error: 'k' was not declared in this scope
if (j>k)t=j,j=k.k=t;
^
0_0_27113757_21464.cpp:8:20: error: expected ')' before ';' token
if (j>k)t=j,j=k.k=t;
^
0_0_27113757_21464.cpp:9:4: error: 'j' was not declared in this scope
if(j>l)t=j,j=l,l=t;
^
0_0_27113757_21464.cpp:9:6: error: 'l' was not declared in this scope
if(j>l)t=j,j=l,l=t;
^
0_0_27113757_21464.cpp:10:4: error: 'k' was not declared in this scope
if(k>l)t=k,k=l,l=t;
^
0_0_27113757_21464.cpp:10:6: error: 'l' was not declared in this scope
if(k>l)t=k,k=l,l=t;
^
0_0_27113757_21464.cpp:11:23: error: 'j' was not declared in this scope
printf("%c %c %c\n",j,k,l;
^
0_0_27113757_21464.cpp:11:25: error: 'k' was not declared in this scope
printf("%c %c %c\n",j,k,l;
^
0_0_27113757_21464.cpp:11:27: error: 'l' was not declared in this scope
printf("%c %c %c\n",j,k,l;
^
0_0_27113757_21464.cpp: At global scope:
0_0_27113757_21464.cpp:15:1: error: expected unqualified-id before 'return'
return 0;
^
0_0_27113757_21464.cpp:17:1: error: expected declaration before '}' token
}
^
|