worst_reporter3.cpp:40:2: error: stray '\302' in program
scanf("%d%d", &n, &q);
^
worst_reporter3.cpp:40:3: error: stray '\240' in program
scanf("%d%d", &n, &q);
^
worst_reporter3.cpp:40:5: error: stray '\302' in program
scanf("%d%d", &n, &q);
^
worst_reporter3.cpp:40:6: error: stray '\240' in program
scanf("%d%d", &n, &q);
^
worst_reporter3.cpp:41:2: error: stray '\302' in program
d[0] = 1;
^
worst_reporter3.cpp:41:3: error: stray '\240' in program
d[0] = 1;
^
worst_reporter3.cpp:41:5: error: stray '\302' in program
d[0] = 1;
^
worst_reporter3.cpp:41:6: error: stray '\240' in program
d[0] = 1;
^
worst_reporter3.cpp:43:2: error: stray '\302' in program
scanf("%lld", d + i);
^
worst_reporter3.cpp:43:3: error: stray '\240' in program
scanf("%lld", d + i);
^
worst_reporter3.cpp:43:5: error: stray '\302' in program
scanf("%lld", d + i);
^
worst_reporter3.cpp:43:6: error: stray '\240' in program
scanf("%lld", d + i);
^
worst_reporter3.cpp:43:8: error: stray '\302' in program
scanf("%lld", d + i);
^
worst_reporter3.cpp:43:9: error: stray '\240' in program
scanf("%lld", d + i);
^
worst_reporter3.cpp:43:11: error: stray '\302' in program
scanf("%lld", d + i);
^
worst_reporter3.cpp:43:12: error: stray '\240' in program
scanf("%lld", d + i);
^
worst_reporter3.cpp:44:2: error: stray '\302' in program
d[i] = ((d[i] - 1) / d[i - 1] + 1) * d[i - 1];
^
worst_reporter3.cpp:44:3: error: stray '\240' in program
d[i] = ((d[i] - 1) / d[i - 1] + 1) * d[i - 1];
^
worst_reporter3.cpp:44:5: error: stray '\302' in program
d[i] = ((d[i] - 1) / d[i - 1] + 1) * d[i - 1];
^
worst_reporter3.cpp:44:6: error: stray '\240' in program
d[i] = ((d[i] - 1) / d[i - 1] + 1) * d[i - 1];
^
worst_reporter3.cpp:44:8: error: stray '\302' in program
d[i] = ((d[i] - 1) / d[i - 1] + 1) * d[i - 1];
^
worst_reporter3.cpp:44:9: error: stray '\240' in program
d[i] = ((d[i] - 1) / d[i - 1] + 1) * d[i - 1];
^
worst_reporter3.cpp:44:11: error: stray '\302' in program
d[i] = ((d[i] - 1) / d[i - 1] + 1) * d[i - 1];
^
worst_reporter3.cpp:44:12: error: stray '\240' in program
d[i] = ((d[i] - 1) / d[i - 1] + 1) * d[i - 1];
^
worst_reporter3.cpp: In function 'int main()':
worst_reporter3.cpp:40:12: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d%d", &n, &q);
~~~~~^~~~~~~~~~~~~~~~
worst_reporter3.cpp:43:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%lld", d + i);
~~~~~^~~~~~~~~~~~~~~