fortune_telling2.cpp: In function 'int32_t main()':
fortune_telling2.cpp:24:10: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
24 | scanf("%d%d" , &n , &k);
| ~~~~~^~~~~~~~~~~~~~~~~~
fortune_telling2.cpp:25:39: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
25 | for(int i = 0 ; i < n ; i++) scanf("%hhu%hhu" , &c[i].F , &c[i].S);
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fortune_telling2.cpp:28:14: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
28 | scanf("%hhu" , &t);
| ~~~~~^~~~~~~~~~~~~