Untitled

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> using namespace std; struct Foo1 { int& a; }; struct Foo2 { int* a; }; struct Foo3 { int a; }; int main() { cout << sizeof(Foo1) << endl; cout << sizeof(Foo2) << endl; cout << sizeof(Foo3) << endl; return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines