#include <iostream> using namespace std; int main() { cout << "test\n"; return 0; }
输入: