0_0_30378802_8427.cpp: In function 'int main()':
0_0_30378802_8427.cpp:82:51: error: 'scanf' was not declared in this scope
if (scanf("%d %d %d %d %d", &n, &m, &t, &s, &e) == EOF) {
^
0_0_30378802_8427.cpp:82:56: error: 'EOF' was not declared in this scope
if (scanf("%d %d %d %d %d", &n, &m, &t, &s, &e) == EOF) {
^
0_0_30378802_8427.cpp:87:32: error: 'scanf' was not declared in this scope
if (scanf("%d", (c + i)) == EOF) {
^
0_0_30378802_8427.cpp:87:37: error: 'EOF' was not declared in this scope
if (scanf("%d", (c + i)) == EOF) {
^
0_0_30378802_8427.cpp:93:33: error: 'scanf' was not declared in this scope
if (scanf("%d", (si + i)) == EOF) {
^
0_0_30378802_8427.cpp:93:38: error: 'EOF' was not declared in this scope
if (scanf("%d", (si + i)) == EOF) {
^
0_0_30378802_8427.cpp:110:44: error: 'scanf' was not declared in this scope
while (scanf("%d %d %d", &i, &j, &value) != EOF) {
^
0_0_30378802_8427.cpp:110:49: error: 'EOF' was not declared in this scope
while (scanf("%d %d %d", &i, &j, &value) != EOF) {
^
0_0_30378802_8427.cpp:147:19: error: 'printf' was not declared in this scope
printf("0");
^
0_0_30378802_8427.cpp:195:26: error: 'printf' was not declared in this scope
printf("%d", maxHappy);
^
|