这和那个入门的有啥不一样?三个测试点wa了……
#include <iostream> using namespace std; int main(){ long long int a,b; cin>>a>>b; cout<<a*b<<endl; return 0; }
蒟蒻求助!!!我太难了……