#33322: __@@


monmonko (摸摸魚)


#include <iostream>
using namespace std;

int main(void)
{
    cout << "hello, world" << endl;
    
    return 0;
}