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_38856340_6443.cpp:16:14: error: expected initializer before 'long'
   16 | #define long long __int64
      |              ^~~~
gcc-13.1.0/x86_64-w64-mingw32/include/_mingw.h:241:22: note: in expansion of macro 'long'
  241 | #define __int64 long long
      |                      ^~~~
0_0_38856340_6443.cpp: In function 'int main()':
0_0_38856340_6443.cpp:25:12: error: 'dp' was not declared in this scope
   25 |     memset(dp,0,sizeof(dp));
      |            ^~
0_0_38856340_6443.cpp:25:5: error: 'memset' was not declared in this scope
   25 |     memset(dp,0,sizeof(dp));
      |     ^~~~~~
0_0_38856340_6443.cpp:15:1: note: 'memset' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
   14 | #include<iostream>
  +++ |+#include <cstring>
   15 | using namespace std;


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 19:25:28, Gzip enabled