#include <iostream>
using namespace std;
int foo() { return 0; }
int main() {
int a = ({foo();4;});
cout<<a<<endl;
// your code goes here
return 0;
}
I2luY2x1ZGUgPGlvc3RyZWFtPgp1c2luZyBuYW1lc3BhY2Ugc3RkOwoKaW50IGZvbygpIHsgcmV0dXJuIDA7IH0KCmludCBtYWluKCkgewoJaW50IGEgPSAoe2ZvbygpOzQ7fSk7Cgljb3V0PDxhPDxlbmRsOwoJLy8geW91ciBjb2RlIGdvZXMgaGVyZQoJcmV0dXJuIDA7Cn0=