Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
108691 | 王奕杰 | 02数字拼接 | C++ | Wrong Answer | 0 MS | 268 KB | 149 | 2025-01-21 12:03:58 |
#include<iostream> // cin\cout\endl using namespace std; int main(){ int a5,a6; cin>>a5>>a6; cout<<(a5*10+a6)*(a5*10+a6); return 0; }
------Input------
10866 2
------Answer-----
11807430244
------Your output-----
-1077471644