这是in
#include<bits/stdc++.h> using namespace std; int main() { cout<<"what?"; return 0; }
这是out
开始运行: what?