6 lines
53 B
Plaintext
Executable File
6 lines
53 B
Plaintext
Executable File
int main() {
|
|
int a = 10;
|
|
;
|
|
return a * 2 + 1;
|
|
}
|