F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

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);
                          ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-11-26 12:07:56, Gzip enabled