Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
4550 | 杨洋杰 | 【入门】百钱百鸡问题 | C++ | Wrong Answer | 0 MS | 256 KB | 146 | 2024-08-21 15:39:31 |
#include<iostream> using namespace std; int main(){ int a,b; cin>>a>>b; if(a>b) cout<<a*a; else cout<<b*b; return 0; }
------Input------
------Answer-----
4 18 78 8 11 81 12 4 84
------Your output-----
-2071062272