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_21207687_2670.cpp:21:1: error: 'onst' does not name a type
 onst int N = 1000005;
 ^
0_0_21207687_2670.cpp:26:12: error: 'N' was not declared in this scope
 double ans[N];
            ^
0_0_21207687_2670.cpp: In function 'int main()':
0_0_21207687_2670.cpp:30:29: error: 'N' was not declared in this scope
         for (int i = 1; i < N; i++)
                             ^
0_0_21207687_2670.cpp:32:17: error: 'ans' was not declared in this scope
                 ans[i] = ans[i - 1] + 1.0 / i;
                 ^
0_0_21207687_2670.cpp:36:26: error: 'N' was not declared in this scope
                 if (n >= N)
                          ^
0_0_21207687_2670.cpp:42:43: error: 'ans' was not declared in this scope
                         printf("%.4lf\n", ans[n]);
                                           ^


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-29 21:12:18, Gzip enabled