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_23982455_26495.cpp: In function 'int main()':
0_0_23982455_26495.cpp:7:15: error: expected ';' before ':' token
  if(n==0)break:
               ^
0_0_23982455_26495.cpp:7:15: error: expected primary-expression before ':' token
0_0_23982455_26495.cpp:9:13: error: 'i' was not declared in this scope
         for(i=0;i<n;i++)
             ^
0_0_23982455_26495.cpp:10:25: error: 'a' was not declared in this scope
             scanf("%d",&a[i]);
                         ^
0_0_23982455_26495.cpp:11:13: error: 'j' was not declared in this scope
         for(j=0;j<n;j++)
             ^
0_0_23982455_26495.cpp:13:17: error: 'i' was not declared in this scope
             for(i=0;i<n;i++)
                 ^
0_0_23982455_26495.cpp:15:20: error: 'a' was not declared in this scope
                 if(a[i]>a[i+1])
                    ^
0_0_23982455_26495.cpp:17:21: error: 'b' was not declared in this scope
                     b=a[i+1];
                     ^
0_0_23982455_26495.cpp:21:20: error: 'a' was not declared in this scope
                 if(a[i]*-1>a[i+1])
                    ^
0_0_23982455_26495.cpp:23:21: error: 'b' was not declared in this scope
                     b=a[i+1];
                     ^
0_0_23982455_26495.cpp:30:13: error: 'i' was not declared in this scope
         for(i=n-1;i>0;i--)
             ^
0_0_23982455_26495.cpp:31:26: error: 'a' was not declared in this scope
             printf("%d ",a[i]);
                          ^
0_0_23982455_26495.cpp:32:23: error: 'a' was not declared in this scope
         printf("%d\n",a[0]);
                       ^


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-12-02 20:02:51, Gzip enabled