Wrong Answer
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);
	cout<<tot;
}Information
- Submit By
- Type
- Submission
- Problem
- P1121 A. Square Counting Challenge
- Contest
- Brain Booster #7
- Language
- C++17 (G++ 13.2.0)
- Submit At
- 2024-11-05 15:02:29
- Judged At
- 2024-11-11 02:31:43
- Judged By
- Score
- 10
- Total Time
- 2ms
- Peak Memory
- 540.0 KiB