Code
#include<bits/stdc++.h>
using namespace std;
int main(){
int a,b;
cin>>a>>b;
int tot = a*b+(a+b)+min(a,b);
}
Information
- Submit By
- Type
- Pretest
- Problem
- P1121 Square Counting Challenge
- Language
- C++17 (G++ 13.2.0)
- Submit At
- 2024-11-05 14:53:25
- Judged At
- 2024-11-05 14:53:25
- Judged By
- Score
- 0
- Total Time
- 4ms
- Peak Memory
- 532.0 KiB