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_17632258_18104.cpp: In function 'int dfs(int, int, int, bool)':
0_0_17632258_18104.cpp:16:21: error: 'i' was not declared in this scope
     if(have == 0 && i == 1) have13 = 1;
                     ^
0_0_17632258_18104.cpp:17:21: error: 'i' was not declared in this scope
     if(have == 1 && i != 1) have13 = 0;
                     ^
0_0_17632258_18104.cpp:18:21: error: 'i' was not declared in this scope
     if(have == 1 && i == 3) have13 = 2;
                     ^
0_0_17632258_18104.cpp:20:9: error: 'ans' was not declared in this scope
         ans += dfs(pos - 1, (mod * 10 + i) % 13, have13, limit && i == last);
         ^
0_0_17632258_18104.cpp: In function 'int main()':
0_0_17632258_18104.cpp:33:33: error: 'memset' was not declared in this scope
         memset(bit,0,sizeof(bit));
                                 ^


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 19:20:22, Gzip enabled