Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
87516 | 陶婉晴 | 02武王伐纣II | C++ | Wrong Answer | 1 MS | 276 KB | 118 | 2024-08-10 15:28:56 |
#include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<a<<" "<<b; return 0; }
------Input------
628 313
------Answer-----
196564
------Your output-----
628 313