Run ❯
Get your
own
website
×
Change Orientation
#include
int main() { int myNum = 100 + 50; printf("%d", myNum); return 0; }
150