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_26444489_16329.cpp:39:43: error: stray '#' in program
    for (int s = 0;s<(1 << m);s++)         //当后面的的位置有前面没有的膜要加上,当后面的膜前面也有,前面的状态s中也有的膜,也要加上,但是如果后面有,前面枚举的状态s中没有的膜就不用加上了。
                                           ^
0_0_26444489_16329.cpp:53:41: error: stray '#' in program
     if ((s&(1 << j)) && r[x] == i)      //如果这个青蛙在一条膜的最后位置,那么他的状态中的这个位置就不能包含这个点,这个点必须为0,不为0的状态无法转移到下一个状态。
                                         ^
0_0_26444489_16329.cpp: In function 'int solve(int)':
0_0_26444489_16329.cpp:39:44: error: lvalue required as unary '&' operand
    for (int s = 0;s<(1 << m);s++)         //当后面的的位置有前面没有的膜要加上,当后面的膜前面也有,前面的状态s中也有的膜,也要加上,但是如果后面有,前面枚举的状态s中没有的膜就不用加上了。
                                            ^
0_0_26444489_16329.cpp:41:21: error: 's' was not declared in this scope
     if (f == -1 || (s&(1 << f)))
                     ^
0_0_26444489_16329.cpp:53:42: error: lvalue required as unary '&' operand
     if ((s&(1 << j)) && r[x] == i)      //如果这个青蛙在一条膜的最后位置,那么他的状态中的这个位置就不能包含这个点,这个点必须为0,不为0的状态无法转移到下一个状态。
                                          ^


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 06:49:17, Gzip enabled