#include <iostream> using namespace std; int main() { int num = 0; cout << "王任远" << endl; cout << num << endl; return 0; }