Run ID:141793
提交时间:2025-12-28 15:06:48
#include<iostream> using namespace std; int main(){ longlong a,b; cin>>a>>b; cout<<ab<<endl; return 0; }