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_36420169_10264.cpp: In function 'long long int digits_dfs(long long int, long long int, long long int, long long int, long long int)':
0_0_36420169_10264.cpp:37:125: error: expected primary-expression before ';' token
             if (mate < LEN && check(pre, i, s[mate])) ans += digits_dfs(pos + 1, i, mate + 1, 0, limit && digits[pos] == i)=;
                                                                                                                             ^
0_0_36420169_10264.cpp:38:128: error: expected primary-expression before ';' token
             else if (mate > 0 && check(pre, i, s[mate - 1])) ans += digits_dfs(pos + 1, i, mate, 0, limit && digits[pos] == i)=;
                                                                                                                                ^


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:09:47, Gzip enabled