Problem fraud
User Sandarach151
Submission Time 2023-04-28 00:51:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fraud.cpp:4:17: error: ‘long long’ specified with ‘double’
4 | pair<bool, long long double> func(int a, int b, int c, int d){
| ^~~~
fraud.cpp: In function ‘int main()’:
fraud.cpp:31:10: error: ‘long long’ specified with ‘double’
31 | long long double greaterthan = 0;
| ^~~~
fraud.cpp:32:10: error: ‘long long’ specified with ‘double’
32 | long long double lessthan = LONG_MAX;
| ^~~~