Problem gift
User jovan
Submission Time 2025-04-29 20:44:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gift.cpp:18:4: error: stray ‘\302’ in program
18 |  return num_gift
| ^
gift.cpp:18:5: error: stray ‘\240’ in program
18 |  return num_gift
| ^
gift.cpp:18:12: error: stray ‘\302’ in program
18 |  return num_gift
| ^
gift.cpp:18:13: error: stray ‘\240’ in program
18 |  return num_gift
| ^
gift.cpp:7:1: error: ‘def’ does not name a type
7 | def num_gift(n, k, day_timings_arr) {
| ^~~
gift.cpp: In function ‘int main()’:
gift.cpp:27:10: error: ‘num_gift’ was not declared in this scope
27 | cout << num_gift(nchoice,store,daata);
| ^~~~~~~~