C compiler with embedded metalanguage.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
int x = 2 * 21;
|
|
|
|
int main() {
|
|
int i = 2 * 21;
|
|
int y = 2 * 10;
|
|
int a = 2 * 21;
|
|
return 0;
|
|
}
|