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 << (b)*c+(a-b)*d << endl;
}
}
Information
- Submit By
- Type
- Submission
- Problem
- P1090 Summer trip
- Language
- C++20 (G++ 13.2.0)
- Submit At
- 2024-10-03 07:38:51
- Judged At
- 2024-11-11 02:51:33
- Judged By
- Score
- 10
- Total Time
- 2ms
- Peak Memory
- 532.0 KiB