#include <stdio.h> int main(void) { int a = 0; a = a + 1; a = a + 2; a = a + 3; printf("a:%d", a); return 0; }
To embed this project on your website, copy the following code and paste it into your website's HTML: