Untitled

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> using namespace std; int main() { unsigned long long int x = 120; double y1 = 12.3; double y2 = 11.3; cout << x << endl; cout << y1 / y2 << endl; string c = "hello hello"; char f = 'x'; cout << c << endl; cout << f << endl; bool t = false; return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines