0_0_30378791_27622.cpp: In function 'int main()':
0_0_30378791_27622.cpp:82:53: error: 'scanf_s' was not declared in this scope
if (scanf_s("%d %d %d %d %d", &n, &m, &t, &s, &e) == EOF) {
^
0_0_30378791_27622.cpp:82:58: error: 'EOF' was not declared in this scope
if (scanf_s("%d %d %d %d %d", &n, &m, &t, &s, &e) == EOF) {
^
0_0_30378791_27622.cpp:87:34: error: 'scanf_s' was not declared in this scope
if (scanf_s("%d", (c + i)) == EOF) {
^
0_0_30378791_27622.cpp:87:39: error: 'EOF' was not declared in this scope
if (scanf_s("%d", (c + i)) == EOF) {
^
0_0_30378791_27622.cpp:93:35: error: 'scanf_s' was not declared in this scope
if (scanf_s("%d", (si + i)) == EOF) {
^
0_0_30378791_27622.cpp:93:40: error: 'EOF' was not declared in this scope
if (scanf_s("%d", (si + i)) == EOF) {
^
0_0_30378791_27622.cpp:110:46: error: 'scanf_s' was not declared in this scope
while (scanf_s("%d %d %d", &i, &j, &value) != EOF) {
^
0_0_30378791_27622.cpp:110:51: error: 'EOF' was not declared in this scope
while (scanf_s("%d %d %d", &i, &j, &value) != EOF) {
^
0_0_30378791_27622.cpp:147:19: error: 'printf' was not declared in this scope
printf("0");
^
0_0_30378791_27622.cpp:195:26: error: 'printf' was not declared in this scope
printf("%d", maxHappy);
^
|