#include <stdio.h> #include <iostream> int main(int argc,char **argv) { int a = 0; int b = 0; std::cin >> a >> b; return 0; }
我运行了一下可以呀,你再试试