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_33123056_8634.cpp:12:2: error: stray '#' in program
     ll m[3][3];
  ^
0_0_33123056_8634.cpp:12:9: error: stray '#' in program
     ll m[3][3];
         ^
0_0_33123056_8634.cpp:18:2: error: stray '#' in program
     matrix c;
  ^
0_0_33123056_8634.cpp:18:9: error: stray '#' in program
     matrix c;
         ^
0_0_33123056_8634.cpp:19:2: error: stray '#' in program
     for(int i=1; i<=2; i++)
  ^
0_0_33123056_8634.cpp:19:9: error: stray '#' in program
     for(int i=1; i<=2; i++)
         ^
0_0_33123056_8634.cpp:20:2: error: stray '#' in program
         for(int j=1; j<=2; j++)
  ^
0_0_33123056_8634.cpp:20:9: error: stray '#' in program
         for(int j=1; j<=2; j++)
         ^
0_0_33123056_8634.cpp:20:16: error: stray '#' in program
         for(int j=1; j<=2; j++)
                ^
0_0_33123056_8634.cpp:20:23: error: stray '#' in program
         for(int j=1; j<=2; j++)
                       ^
0_0_33123056_8634.cpp:21:2: error: stray '#' in program
         {
  ^
0_0_33123056_8634.cpp:21:9: error: stray '#' in program
         {
         ^
0_0_33123056_8634.cpp:21:16: error: stray '#' in program
         {
                ^
0_0_33123056_8634.cpp:21:23: error: stray '#' in program
         {
                       ^
0_0_33123056_8634.cpp:22:2: error: stray '#' in program
             c.m[i][j]=0;
  ^
0_0_33123056_8634.cpp:22:9: error: stray '#' in program
             c.m[i][j]=0;
         ^
0_0_33123056_8634.cpp:22:16: error: stray '#' in program
             c.m[i][j]=0;
                ^
0_0_33123056_8634.cpp:22:23: error: stray '#' in program
             c.m[i][j]=0;
                       ^
0_0_33123056_8634.cpp:22:30: error: stray '#' in program
             c.m[i][j]=0;
                              ^
0_0_33123056_8634.cpp:22:37: error: stray '#' in program
             c.m[i][j]=0;
                                     ^
0_0_33123056_8634.cpp:23:2: error: stray '#' in program
             for(int k=1; k<=2; k++)
  ^
0_0_33123056_8634.cpp:23:9: error: stray '#' in program
             for(int k=1; k<=2; k++)
         ^
0_0_33123056_8634.cpp:23:16: error: stray '#' in program
             for(int k=1; k<=2; k++)
                ^
0_0_33123056_8634.cpp:23:23: error: stray '#' in program
             for(int k=1; k<=2; k++)
                       ^
0_0_33123056_8634.cpp:23:30: error: stray '#' in program
             for(int k=1; k<=2; k++)
                              ^
0_0_33123056_8634.cpp:23:37: error: stray '#' in program
             for(int k=1; k<=2; k++)
                                     ^
0_0_33123056_8634.cpp:24:2: error: stray '#' in program
                 c.m[i][j]+=(a.m[i][k]*b.m[k][j])%mod;
  ^
0_0_33123056_8634.cpp:24:9: error: stray '#' in program
                 c.m[i][j]+=(a.m[i][k]*b.m[k][j])%mod;
         ^
0_0_33123056_8634.cpp:24:16: error: stray '#' in program
                 c.m[i][j]+=(a.m[i][k]*b.m[k][j])%mod;
                ^
0_0_33123056_8634.cpp:24:23: error: stray '#' in program
                 c.m[i][j]+=(a.m[i][k]*b.m[k][j])%mod;
                       ^
0_0_33123056_8634.cpp:24:30: error: stray '#' in program
                 c.m[i][j]+=(a.m[i][k]*b.m[k][j])%mod;
                              ^
0_0_33123056_8634.cpp:24:37: error: stray '#' in program
                 c.m[i][j]+=(a.m[i][k]*b.m[k][j])%mod;
                                     ^
0_0_33123056_8634.cpp:24:44: error: stray '#' in program
                 c.m[i][j]+=(a.m[i][k]*b.m[k][j])%mod;
                                            ^
0_0_33123056_8634.cpp:24:51: error: stray '#' in program
                 c.m[i][j]+=(a.m[i][k]*b.m[k][j])%mod;
                                                   ^
0_0_33123056_8634.cpp:25:2: error: stray '#' in program
             c.m[i][j]%=mod;
  ^
0_0_33123056_8634.cpp:25:9: error: stray '#' in program
             c.m[i][j]%=mod;
         ^
0_0_33123056_8634.cpp:25:16: error: stray '#' in program
             c.m[i][j]%=mod;
                ^
0_0_33123056_8634.cpp:25:23: error: stray '#' in program
             c.m[i][j]%=mod;
                       ^
0_0_33123056_8634.cpp:25:30: error: stray '#' in program
             c.m[i][j]%=mod;
                              ^
0_0_33123056_8634.cpp:25:37: error: stray '#' in program
             c.m[i][j]%=mod;
                                     ^
0_0_33123056_8634.cpp:26:2: error: stray '#' in program
         }
  ^
0_0_33123056_8634.cpp:26:9: error: stray '#' in program
         }
         ^
0_0_33123056_8634.cpp:26:16: error: stray '#' in program
         }
                ^
0_0_33123056_8634.cpp:26:23: error: stray '#' in program
         }
                       ^
0_0_33123056_8634.cpp:27:2: error: stray '#' in program
     return c;
  ^
0_0_33123056_8634.cpp:27:9: error: stray '#' in program
     return c;
         ^
0_0_33123056_8634.cpp:31:2: error: stray '#' in program
     matrix b;
  ^
0_0_33123056_8634.cpp:31:9: error: stray '#' in program
     matrix b;
         ^
0_0_33123056_8634.cpp:32:2: error: stray '#' in program
     memset(b.m,0,sizeof(b.m));
  ^
0_0_33123056_8634.cpp:32:9: error: stray '#' in program
     memset(b.m,0,sizeof(b.m));
         ^
0_0_33123056_8634.cpp:33:2: error: stray '#' in program
     for(int i = 1; i <= 2; i++)
  ^
0_0_33123056_8634.cpp:33:9: error: stray '#' in program
     for(int i = 1; i <= 2; i++)
         ^
0_0_33123056_8634.cpp:34:2: error: stray '#' in program
         b.m[i][i] = 1;
  ^
0_0_33123056_8634.cpp:34:9: error: stray '#' in program
         b.m[i][i] = 1;
         ^
0_0_33123056_8634.cpp:34:16: error: stray '#' in program
         b.m[i][i] = 1;
                ^
0_0_33123056_8634.cpp:34:23: error: stray '#' in program
         b.m[i][i] = 1;
                       ^
0_0_33123056_8634.cpp:35:2: error: stray '#' in program
     while(n>=1)
  ^
0_0_33123056_8634.cpp:35:9: error: stray '#' in program
     while(n>=1)
         ^
0_0_33123056_8634.cpp:36:2: error: stray '#' in program
     {
  ^
0_0_33123056_8634.cpp:36:9: error: stray '#' in program
     {
         ^
0_0_33123056_8634.cpp:37:2: error: stray '#' in program
         if(n&1)
  ^
0_0_33123056_8634.cpp:37:9: error: stray '#' in program
         if(n&1)
         ^
0_0_33123056_8634.cpp:37:16: error: stray '#' in program
         if(n&1)
                ^
0_0_33123056_8634.cpp:37:23: error: stray '#' in program
         if(n&1)
                       ^
0_0_33123056_8634.cpp:38:2: error: stray '#' in program
             b=matrixmul(b,m);
  ^
0_0_33123056_8634.cpp:38:9: error: stray '#' in program
             b=matrixmul(b,m);
         ^
0_0_33123056_8634.cpp:38:16: error: stray '#' in program
             b=matrixmul(b,m);
                ^
0_0_33123056_8634.cpp:38:23: error: stray '#' in program
             b=matrixmul(b,m);
                       ^
0_0_33123056_8634.cpp:38:30: error: stray '#' in program
             b=matrixmul(b,m);
                              ^
0_0_33123056_8634.cpp:38:37: error: stray '#' in program
             b=matrixmul(b,m);
                                     ^
0_0_33123056_8634.cpp:39:2: error: stray '#' in program
         n=n>>1;
  ^
0_0_33123056_8634.cpp:39:9: error: stray '#' in program
         n=n>>1;
         ^
0_0_33123056_8634.cpp:39:16: error: stray '#' in program
         n=n>>1;
                ^
0_0_33123056_8634.cpp:39:23: error: stray '#' in program
         n=n>>1;
                       ^
0_0_33123056_8634.cpp:40:2: error: stray '#' in program
         m=matrixmul(m,m);
  ^
0_0_33123056_8634.cpp:40:9: error: stray '#' in program
         m=matrixmul(m,m);
         ^
0_0_33123056_8634.cpp:40:16: error: stray '#' in program
       


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