int main(int argc,char* argv[]){ int t[2]; t[0] = 1; t[1] = 2; return t[0] + t[1]; }