Mixture.cpp: In function 'int main()':
Mixture.cpp:60:22: warning: variable 'iter' set but not used [-Wunused-but-set-variable]
60 | auto iter = s2.insert((a[j]*v0).c());
| ^~~~
Mixture.cpp:46:19: warning: unused variable 'ans2' [-Wunused-variable]
46 | int q, j = 1, ans2 = 0;
| ^~~~
Mixture.cpp:43:10: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
43 | scanf("%lld %lld %lld", &v0.x, &v0.y, &v0.z);
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Mixture.cpp:47:10: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
47 | scanf("%d", &q);
| ~~~~~^~~~~~~~~~
Mixture.cpp:51:14: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
51 | scanf(" %c", &op);
| ~~~~~^~~~~~~~~~~~
Mixture.cpp:54:18: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
54 | scanf("%lld %lld %lld", &a[j].x, &a[j].y, &a[j].z);
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Mixture.cpp:69:18: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
69 | scanf("%d", &k);
| ~~~~~^~~~~~~~~~