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_14683980_20615.cpp:1:9: error: 'MAX' was not declared in this scope
 int san[MAX];
         ^
0_0_14683980_20615.cpp: In function 'void dabiao()':
0_0_14683980_20615.cpp:6:9: error: 'san' was not declared in this scope
         san[i]=i*(i+1)/2;
         ^
0_0_14683980_20615.cpp: In function 'int main()':
0_0_14683980_20615.cpp:12:18: error: 'scanf' was not declared in this scope
     scanf("%d",&t);
                  ^
0_0_14683980_20615.cpp:20:33: error: 'san' was not declared in this scope
             int pos=lower_bound(san,san+xcount,k/6)-san;
                                 ^
0_0_14683980_20615.cpp:20:51: error: 'lower_bound' was not declared in this scope
             int pos=lower_bound(san,san+xcount,k/6)-san;
                                                   ^
0_0_14683980_20615.cpp:22:29: error: 'printf' was not declared in this scope
                 printf("1\n");
                             ^
0_0_14683980_20615.cpp:30:37: error: 'san' was not declared in this scope
                 int pos=lower_bound(san,san+xcount,k/6-san[i])-san;
                                     ^
0_0_14683980_20615.cpp:30:62: error: 'lower_bound' was not declared in this scope
                 int pos=lower_bound(san,san+xcount,k/6-san[i])-san;
                                                              ^
0_0_14683980_20615.cpp:33:33: error: 'printf' was not declared in this scope
                     printf("2\n");
                                 ^
0_0_14683980_20615.cpp:42:36: error: 'printf' was not declared in this scope
                     printf("%d\n",i);
                                    ^


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-09-28 03:24:42, Gzip enabled