#include using namespace Upp; CONSOLE_APP_MAIN { int a[3]; a[0] = 2; a[1] = 3; Cout() << a[0]; }