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_21002278_27458.cpp:9:2: error: stray '#' in program
     int a,b,t;
  ^
0_0_21002278_27458.cpp:9:8: error: stray '#' in program
     int a,b,t;
        ^
0_0_21002278_27458.cpp:9:14: error: stray '#' in program
     int a,b,t;
              ^
0_0_21002278_27458.cpp:10:2: error: stray '#' in program
     Node(){}
  ^
0_0_21002278_27458.cpp:10:8: error: stray '#' in program
     Node(){}
        ^
0_0_21002278_27458.cpp:10:14: error: stray '#' in program
     Node(){}
              ^
0_0_21002278_27458.cpp:11:2: error: stray '#' in program
     Node(int _a,int _t){
  ^
0_0_21002278_27458.cpp:11:8: error: stray '#' in program
     Node(int _a,int _t){
        ^
0_0_21002278_27458.cpp:11:14: error: stray '#' in program
     Node(int _a,int _t){
              ^
0_0_21002278_27458.cpp:12:2: error: stray '#' in program
         a = _a;
  ^
0_0_21002278_27458.cpp:12:8: error: stray '#' in program
         a = _a;
        ^
0_0_21002278_27458.cpp:12:14: error: stray '#' in program
         a = _a;
              ^
0_0_21002278_27458.cpp:12:20: error: stray '#' in program
         a = _a;
                    ^
0_0_21002278_27458.cpp:12:26: error: stray '#' in program
         a = _a;
                          ^
0_0_21002278_27458.cpp:12:32: error: stray '#' in program
         a = _a;
                                ^
0_0_21002278_27458.cpp:12:38: error: stray '#' in program
         a = _a;
                                      ^
0_0_21002278_27458.cpp:13:2: error: stray '#' in program
         t = _t;
  ^
0_0_21002278_27458.cpp:13:8: error: stray '#' in program
         t = _t;
        ^
0_0_21002278_27458.cpp:13:14: error: stray '#' in program
         t = _t;
              ^
0_0_21002278_27458.cpp:13:20: error: stray '#' in program
         t = _t;
                    ^
0_0_21002278_27458.cpp:13:26: error: stray '#' in program
         t = _t;
                          ^
0_0_21002278_27458.cpp:13:32: error: stray '#' in program
         t = _t;
                                ^
0_0_21002278_27458.cpp:13:38: error: stray '#' in program
         t = _t;
                                      ^
0_0_21002278_27458.cpp:14:2: error: stray '#' in program
     }
  ^
0_0_21002278_27458.cpp:14:8: error: stray '#' in program
     }
        ^
0_0_21002278_27458.cpp:14:14: error: stray '#' in program
     }
              ^
0_0_21002278_27458.cpp:19:2: error: stray '#' in program
     ll a[2][2];
  ^
0_0_21002278_27458.cpp:19:8: error: stray '#' in program
     ll a[2][2];
        ^
0_0_21002278_27458.cpp:19:14: error: stray '#' in program
     ll a[2][2];
              ^
0_0_21002278_27458.cpp:20:2: error: stray '#' in program
     Mat(){
  ^
0_0_21002278_27458.cpp:20:8: error: stray '#' in program
     Mat(){
        ^
0_0_21002278_27458.cpp:20:14: error: stray '#' in program
     Mat(){
              ^
0_0_21002278_27458.cpp:21:2: error: stray '#' in program
         memset(a,0,sizeof(a));
  ^
0_0_21002278_27458.cpp:21:8: error: stray '#' in program
         memset(a,0,sizeof(a));
        ^
0_0_21002278_27458.cpp:21:14: error: stray '#' in program
         memset(a,0,sizeof(a));
              ^
0_0_21002278_27458.cpp:21:20: error: stray '#' in program
         memset(a,0,sizeof(a));
                    ^
0_0_21002278_27458.cpp:21:26: error: stray '#' in program
         memset(a,0,sizeof(a));
                          ^
0_0_21002278_27458.cpp:21:32: error: stray '#' in program
         memset(a,0,sizeof(a));
                                ^
0_0_21002278_27458.cpp:21:38: error: stray '#' in program
         memset(a,0,sizeof(a));
                                      ^
0_0_21002278_27458.cpp:22:2: error: stray '#' in program
     }
  ^
0_0_21002278_27458.cpp:22:8: error: stray '#' in program
     }
        ^
0_0_21002278_27458.cpp:22:14: error: stray '#' in program
     }
              ^
0_0_21002278_27458.cpp:23:2: error: stray '#' in program
     Mat operator *(const Mat & b){
  ^
0_0_21002278_27458.cpp:23:8: error: stray '#' in program
     Mat operator *(const Mat & b){
        ^
0_0_21002278_27458.cpp:23:14: error: stray '#' in program
     Mat operator *(const Mat & b){
              ^
0_0_21002278_27458.cpp:24:2: error: stray '#' in program
         Mat c;
  ^
0_0_21002278_27458.cpp:24:8: error: stray '#' in program
         Mat c;
        ^
0_0_21002278_27458.cpp:24:14: error: stray '#' in program
         Mat c;
              ^
0_0_21002278_27458.cpp:24:20: error: stray '#' in program
         Mat c;
                    ^
0_0_21002278_27458.cpp:24:26: error: stray '#' in program
         Mat c;
                          ^
0_0_21002278_27458.cpp:24:32: error: stray '#' in program
         Mat c;
                                ^
0_0_21002278_27458.cpp:24:38: error: stray '#' in program
         Mat c;
                                      ^
0_0_21002278_27458.cpp:25:2: error: stray '#' in program
         memset(c.a,0,sizeof(c.a));
  ^
0_0_21002278_27458.cpp:25:8: error: stray '#' in program
         memset(c.a,0,sizeof(c.a));
        ^
0_0_21002278_27458.cpp:25:14: error: stray '#' in program
         memset(c.a,0,sizeof(c.a));
              ^
0_0_21002278_27458.cpp:25:20: error: stray '#' in program
         memset(c.a,0,sizeof(c.a));
                    ^
0_0_21002278_27458.cpp:25:26: error: stray '#' in program
         memset(c.a,0,sizeof(c.a));
                          ^
0_0_21002278_27458.cpp:25:32: error: stray '#' in program
         memset(c.a,0,sizeof(c.a));
                                ^
0_0_21002278_27458.cpp:25:38: error: stray '#' in program
         memset(c.a,0,sizeof(c.a));
                                      ^
0_0_21002278_27458.cpp:26:2: error: stray '#' in program
         for(int i = 0;i < 2; i++)
  ^
0_0_21002278_27458.cpp:26:8: error: stray '#' in program
         for(int i = 0;i < 2; i++)
        ^
0_0_21002278_27458.cpp:26:14: error: stray '#' in program
         for(int i = 0;i < 2; i++)
              ^
0_0_21002278_27458.cpp:26:20: error: stray '#' in program
         for(int i = 0;i < 2; i++)
                    ^
0_0_21002278_27458.cpp:26:26: error: stray '#' in program
         for(int i = 0;i < 2; i++)
                          ^
0_0_21002278_27458.cpp:26:32: error: stray '#' in program
         for(int i = 0;i < 2; i++)
                                ^
0_0_21002278_27458.cpp:26:38: error: stray '#' in program
         for(int i = 0;i < 2; i++)
                                      ^
0_0_21002278_27458.cpp:27:2: error: stray '#' in program
             for(int j = 0;j < 2; j++)
  ^
0_0_21002278_27458.cpp:27:8: error: stray '#' in program
             for(int j = 0;j < 2; j++)
        ^
0_0_21002278_27458.cpp:27:14: error: stray '#' in program
             for(int j = 0;j < 2; j++)
              ^
0_0_21002278_27458.cpp:27:20: error: stray '#' in program
             for(int j = 0;j < 2; j++)
                    ^
0_0_21002278_27458.cpp:27:26: error: stray '#' in program
             for(int j = 0;j < 2; j++)
                          ^
0_0_21002278_27458.cpp:27:32: error: stray '#' in program
             for(int j = 0;j < 2; j++)
                                ^
0_0_21002278_27458.cpp:27:38: error: stray '#' in program
             for(int j = 0;j < 2; j


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-23 09:47:54, Gzip enabled