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_20440911_12093.cpp:12:11: error: 'mx' was not declared in this scope
   int num[mx][mx];
           ^
0_0_20440911_12093.cpp:12:15: error: 'mx' was not declared in this scope
   int num[mx][mx];
               ^
0_0_20440911_12093.cpp:58:1: error: expected '}' at end of input
 }
 ^
0_0_20440911_12093.cpp: In constructor 'mat::mat()':
0_0_20440911_12093.cpp:14:12: error: 'num' was not declared in this scope
     memset(num, 0, sizeof(num);
            ^
0_0_20440911_12093.cpp: In member function 'mat mat::operator*(mat)':
0_0_20440911_12093.cpp:20:32: error: 'struct mat' has no member named 'num'
                  int & d = ans.num[i][j];
                                ^
0_0_20440911_12093.cpp:22:30: error: 'num' was not declared in this scope
                     d = (d + num[i][t] + x.num[t][j]) % mod;
                              ^
0_0_20440911_12093.cpp:22:44: error: 'struct mat' has no member named 'num'
                     d = (d + num[i][t] + x.num[t][j]) % mod;
                                            ^
0_0_20440911_12093.cpp: In member function 'int mat::main()':
0_0_20440911_12093.cpp:40:26: error: 'struct mat' has no member named 'num'
         scanf("%d", &eve.num[i][j]);
                          ^
0_0_20440911_12093.cpp:42:10: error: 'struct mat' has no member named 'num'
       be.num[i][i] = 1;
          ^
0_0_20440911_12093.cpp:53:24: error: 'struct mat' has no member named 'num'
       ans = (ans + eve.num[i][i]) % mod;
                        ^
0_0_20440911_12093.cpp: At global scope:
0_0_20440911_12093.cpp:58:1: error: expected unqualified-id at end of input
 }
 ^


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-10-25 22:25:02, Gzip enabled