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_20377078_653.cpp: In function 'int main()':
0_0_20377078_653.cpp:14:25: error: invalid conversion from 'int' to 'void*' [-fpermissive]
     memset(a,0,sizeof(a));
                         ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/cstring:42:0,
                 from 0_0_20377078_653.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/string.h:43:18: note: initializing argument 1 of 'void* memset(void*, int, size_t)'
   void * __cdecl memset(void *_Dst,int _Val,size_t _Size);
                  ^
0_0_20377078_653.cpp:15:8: error: invalid types 'int[int]' for array subscript
     a[1][0]=1,a[2][0]=3;
        ^
0_0_20377078_653.cpp:15:18: error: invalid types 'int[int]' for array subscript
     a[1][0]=1,a[2][0]=3;
                  ^
0_0_20377078_653.cpp:22:16: error: invalid types 'int[int]' for array subscript
             a[i][j]=a[i-1][j]+2*a[i-2][j]+c;
                ^
0_0_20377078_653.cpp:22:26: error: invalid types 'int[int]' for array subscript
             a[i][j]=a[i-1][j]+2*a[i-2][j]+c;
                          ^
0_0_20377078_653.cpp:22:38: error: invalid types 'int[int]' for array subscript
             a[i][j]=a[i-1][j]+2*a[i-2][j]+c;
                                      ^
0_0_20377078_653.cpp:23:18: error: invalid types 'int[int]' for array subscript
             c=a[i][j]/100;
                  ^
0_0_20377078_653.cpp:24:16: error: invalid types 'int[int]' for array subscript
             a[i][j]%=100;
                ^
0_0_20377078_653.cpp:35:3: error: invalid types 'int[int]' for array subscript
 [j])
   ^
0_0_20377078_653.cpp:38:3: error: invalid types 'int[int]' for array subscript
 [j]);
   ^
0_0_20377078_653.cpp:41:3: error: invalid types 'int[int]' for array subscript
 [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-18 15:51:39, Gzip enabled