#include <iostream> int main() { std::cout<<"aaaaaaaaaa \n"; int x; // <- 此处 std::cin>>x; std::cout<<x; return 0; }