7 lines
42 B
Plaintext
7 lines
42 B
Plaintext
|
int f (int a) {
|
||
|
return a;
|
||
|
}
|
||
|
|
||
|
|
||
|
main {
|
||
|
}
|