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_39772038_5085.cpp: In function 'int main()':
0_0_39772038_5085.cpp:111:5: error: 'initializeList' was not declared in this scope; did you mean 'intializeList'?
  111 |     initializeList(&list,1);
      |     ^~~~~~~~~~~~~~
      |     intializeList
0_0_39772038_5085.cpp:112:15: error: expected ';' before ')' token
  112 |     for(cin>>n){
      |               ^
      |               ;
0_0_39772038_5085.cpp:118:5: error: expected primary-expression before 'for'
  118 |     for(int i=0;i<list.size;i++){
      |     ^~~
0_0_39772038_5085.cpp:117:18: error: expected ')' before 'for'
  117 |     int prod = 1;
      |                  ^
      |                  )
  118 |     for(int i=0;i<list.size;i++){
      |     ~~~           
0_0_39772038_5085.cpp:112:8: note: to match this '('
  112 |     for(cin>>n){
      |        ^
0_0_39772038_5085.cpp:124:13: error: 'prod' was not declared in this scope
  124 |     cout << prod << endl;
      |             ^~~~


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 22:10:38, Gzip enabled