编辑代码

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