怎么这个程序也能通过
#include<iostream> using namespace std; int main() { int n; cin >> n; cout<<"Kelin"; return 0; }