123456789
#include <iostream> using namespace std; int main () { int c; c=(3%4)*6; cout<<c; return 0; }