Wrong Answer
Code
#include<iostream>
using namespace std;
int main()
{
int t;
cin >> t;
while(t--){
long long a,b,c,d;
cin >> a >> b >> c >>d;
cout <<(long long)((b)*c+(a-b)*d) << endl;
}
}
Information
- Submit By
- Type
- Submission
- Problem
- P1090 Summer trip
- Language
- C++17 (G++ 13.2.0)
- Submit At
- 2024-10-03 07:41:02
- Judged At
- 2024-11-11 02:51:32
- Judged By
- Score
- 10
- Total Time
- 2ms
- Peak Memory
- 324.0 KiB