Run ❯
Get your
own
website
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
#include
using namespace std; int main() { int x, y, z; x = y = z = 50; cout << x + y + z; return 0; }
150