| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 20633 | 尹翊泽 | 印度国王的棋盘 | C++ | Compile Error | 0 | 0 MS | 0 KB | 213 | 2021-06-19 16:22:16 |
#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c,d=0; cin>>a>>b; c=a*b; for(int i=1;i=<c;i++){ if(c=1) d+=1; else{ i=(i-1)*(i-1); d+=i; } } cout<<d; return 0; }