spirale.cpp: In function 'int main()':
spirale.cpp:13:53: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
for(int i = 1; i <= 200; i++) for(int j = 0; j < i+1 >> 1; j++) {
^
spirale.cpp:7:31: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d %d %d", &n, &m, &k);
^
spirale.cpp:10:32: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d %d %d", &x, &y, &t);
^