Colors.cpp: In function 'int main()':
Colors.cpp:9:23: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
9 | #define SCLLU(t) scanf("%llu",&t)
| ~~~~~^~~~~~~~~~~
Colors.cpp:37:5: note: in expansion of macro 'SCLLU'
37 | SCLLU(n);
| ^~~~~
Colors.cpp:6:21: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
6 | #define SCD(t) scanf("%d",&t)
| ~~~~~^~~~~~~~~
Colors.cpp:42:5: note: in expansion of macro 'SCD'
42 | SCD(rep);
| ^~~
Colors.cpp:6:21: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
6 | #define SCD(t) scanf("%d",&t)
| ~~~~~^~~~~~~~~
Colors.cpp:48:13: note: in expansion of macro 'SCD'
48 | SCD(rep);
| ^~~
Colors.cpp:6:21: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
6 | #define SCD(t) scanf("%d",&t)
| ~~~~~^~~~~~~~~
Colors.cpp:53:9: note: in expansion of macro 'SCD'
53 | SCD(rep);
| ^~~