Problem flipcards
User vs358
Submission Time 2024-06-04 11:06:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flipcards.cpp: In function ‘bool deepee(long long int)’:
flipcards.cpp:10:25: error: ‘n’ was not declared in this scope
10 | for(int i = 1; i <= n; i ++){
| ^
flipcards.cpp:13:15: error: ‘m’ was not declared in this scope
13 | if(tot >= m) return true;
| ^
flipcards.cpp:15:25: error: ‘n’ was not declared in this scope
15 | for(int i = 1; i <= n; i ++){
| ^
flipcards.cpp: In function ‘int main()’:
flipcards.cpp:39:22: error: invalid types ‘long long int[long long int]’ for array subscript
39 | cin >> bibi[i].first >> bibi[i].second;
| ^
flipcards.cpp:39:39: error: invalid types ‘long long int[long long int]’ for array subscript
39 | cin >> bibi[i].first >> bibi[i].second;
| ^