Problem | laptop |
---|---|
User | skibidininja98 |
Submission Time | 2024-06-21 14:10:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
laptop.cpp: In function ‘int main()’:
laptop.cpp:7:19: error: two or more data types in declaration of ‘N’
7 | long long int N, M;
| ^
laptop.cpp:7:22: error: two or more data types in declaration of ‘M’
7 | long long int N, M;
| ^
laptop.cpp:8:12: error: ‘N’ was not declared in this scope
8 | cin >> N >> M;
| ^
laptop.cpp:8:17: error: ‘M’ was not declared in this scope
8 | cin >> N >> M;
| ^
laptop.cpp:11:19: error: two or more data types in declaration of ‘minPappleCost’
11 | long long int minPappleCost = INT_MAX;
| ^~~~~~~~~~~~~
laptop.cpp:12:19: error: two or more data types in declaration of ‘minOtherCost’
12 | long long int minOtherCost = INT_MAX;
| ^~~~~~~~~~~~
laptop.cpp:20:31: error: ‘minPappleCost’ was not declared