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_19626889_11435.cpp:28:13: error: expected unqualified-id before ')' token
  struct Pos()
             ^
0_0_19626889_11435.cpp:31:21: error: expected ')' before 'nx'
  struct Pos(postype nx, postype ny)
                     ^
0_0_19626889_11435.cpp: In member function 'Pos Pos::Add(int, int)':
0_0_19626889_11435.cpp:38:28: error: no matching function for call to 'Pos::Pos(int, int)'
   return Pos(x + dx, y + dy);
                            ^
0_0_19626889_11435.cpp:38:28: note: candidates are:
0_0_19626889_11435.cpp:25:8: note: Pos::Pos()
 struct Pos
        ^
0_0_19626889_11435.cpp:25:8: note:   candidate expects 0 arguments, 2 provided
0_0_19626889_11435.cpp:25:8: note: constexpr Pos::Pos(const Pos&)
0_0_19626889_11435.cpp:25:8: note:   candidate expects 1 argument, 2 provided
0_0_19626889_11435.cpp:25:8: note: constexpr Pos::Pos(Pos&&)
0_0_19626889_11435.cpp:25:8: note:   candidate expects 1 argument, 2 provided
0_0_19626889_11435.cpp: In function 'int calc()':
0_0_19626889_11435.cpp:160:30: error: 'memset' was not declared in this scope
  memset(mark, 0, sizeof(mark));
                              ^
0_0_19626889_11435.cpp:174:38: error: 'memcmp' was not declared in this scope
    if (memcmp(b.box, ans, sizeof(ans)) == 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-22 19:51:14, Gzip enabled