#!/usr/bin/env /friends/bin/cxxscript #include using namespace std; int main (){ int i=0; cout << ++((++i)++) << endl; return 0; }