6 lines
78 B
C
6 lines
78 B
C
int main(){
|
|
char a = 1;
|
|
short b = 22;
|
|
int c = 123;
|
|
return 0;
|
|
} |