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_17964722_8999.cpp:7:1: error: 'll' does not name a type
 ll a[N],vis[N];
 ^
0_0_17964722_8999.cpp: In function 'int main()':
0_0_17964722_8999.cpp:18:9: error: 'll' was not declared in this scope
         ll ans=0;
         ^
0_0_17964722_8999.cpp:21:25: error: 'a' was not declared in this scope
             scanf("%d",&a[i]);
                         ^
0_0_17964722_8999.cpp:26:21: error: 'vis' was not declared in this scope
                     vis[num++]=i;
                     ^
0_0_17964722_8999.cpp:30:21: error: 'ans' was not declared in this scope
                     ans+=(n-i+1)*(vis[0]);
                     ^
0_0_17964722_8999.cpp:30:35: error: 'vis' was not declared in this scope
                     ans+=(n-i+1)*(vis[0]);
                                   ^
0_0_17964722_8999.cpp:35:17: error: 'vis' was not declared in this scope
                 vis[num++]=i;
                 ^
0_0_17964722_8999.cpp:37:20: error: expected ';' before 'l'
                 ll l=vis[len]-vis[len-1];
                    ^
0_0_17964722_8999.cpp:38:20: error: expected ';' before 'r'
                 ll r=n-i+1;
                    ^
0_0_17964722_8999.cpp:39:17: error: 'ans' was not declared in this scope
                 ans+=l*r;
                 ^
0_0_17964722_8999.cpp:39:22: error: 'l' was not declared in this scope
                 ans+=l*r;
                      ^
0_0_17964722_8999.cpp:39:24: error: 'r' was not declared in this scope
                 ans+=l*r;
                        ^
0_0_17964722_8999.cpp:42:25: error: 'ans' was not declared in this scope
         printf("%lld\n",ans);
                         ^


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 07:50:43, Gzip enabled