#include using namespace std; extern "C" unsigned long tripleit(unsigned long); int main(){ cout << tripleit(35) << endl; return 0; }