9 lines
61 B
Plaintext
9 lines
61 B
Plaintext
int a;
|
|
int b;
|
|
int main(){
|
|
a=10;
|
|
int c;
|
|
c=10;
|
|
return 0;
|
|
}
|