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_32070829_17854.cpp:9:2: error: stray '#' in program
     map<string,map<string,int> > mp;
  ^
0_0_32070829_17854.cpp:9:8: error: stray '#' in program
     map<string,map<string,int> > mp;
        ^
0_0_32070829_17854.cpp:9:14: error: stray '#' in program
     map<string,map<string,int> > mp;
              ^
0_0_32070829_17854.cpp:9:20: error: stray '#' in program
     map<string,map<string,int> > mp;
                    ^
0_0_32070829_17854.cpp:10:2: error: stray '#' in program
     string mingcheng,changdi;
  ^
0_0_32070829_17854.cpp:10:8: error: stray '#' in program
     string mingcheng,changdi;
        ^
0_0_32070829_17854.cpp:10:14: error: stray '#' in program
     string mingcheng,changdi;
              ^
0_0_32070829_17854.cpp:10:20: error: stray '#' in program
     string mingcheng,changdi;
                    ^
0_0_32070829_17854.cpp:11:2: error: stray '#' in program
     int shumu,k,n;
  ^
0_0_32070829_17854.cpp:11:8: error: stray '#' in program
     int shumu,k,n;
        ^
0_0_32070829_17854.cpp:11:14: error: stray '#' in program
     int shumu,k,n;
              ^
0_0_32070829_17854.cpp:11:20: error: stray '#' in program
     int shumu,k,n;
                    ^
0_0_32070829_17854.cpp:12:2: error: stray '#' in program
     while(cin>>k){
  ^
0_0_32070829_17854.cpp:12:8: error: stray '#' in program
     while(cin>>k){
        ^
0_0_32070829_17854.cpp:12:14: error: stray '#' in program
     while(cin>>k){
              ^
0_0_32070829_17854.cpp:12:20: error: stray '#' in program
     while(cin>>k){
                    ^
0_0_32070829_17854.cpp:13:2: error: stray '#' in program
       while(k--){
  ^
0_0_32070829_17854.cpp:13:8: error: stray '#' in program
       while(k--){
        ^
0_0_32070829_17854.cpp:13:14: error: stray '#' in program
       while(k--){
              ^
0_0_32070829_17854.cpp:13:20: error: stray '#' in program
       while(k--){
                    ^
0_0_32070829_17854.cpp:14:2: error: stray '#' in program
           cin>>n;
  ^
0_0_32070829_17854.cpp:14:8: error: stray '#' in program
           cin>>n;
        ^
0_0_32070829_17854.cpp:14:14: error: stray '#' in program
           cin>>n;
              ^
0_0_32070829_17854.cpp:14:20: error: stray '#' in program
           cin>>n;
                    ^
0_0_32070829_17854.cpp:14:28: error: stray '#' in program
           cin>>n;
                            ^
0_0_32070829_17854.cpp:14:34: error: stray '#' in program
           cin>>n;
                                  ^
0_0_32070829_17854.cpp:14:40: error: stray '#' in program
           cin>>n;
                                        ^
0_0_32070829_17854.cpp:14:46: error: stray '#' in program
           cin>>n;
                                              ^
0_0_32070829_17854.cpp:15:2: error: stray '#' in program
     for(int i=0;i<n;++i){
  ^
0_0_32070829_17854.cpp:15:8: error: stray '#' in program
     for(int i=0;i<n;++i){
        ^
0_0_32070829_17854.cpp:15:14: error: stray '#' in program
     for(int i=0;i<n;++i){
              ^
0_0_32070829_17854.cpp:15:20: error: stray '#' in program
     for(int i=0;i<n;++i){
                    ^
0_0_32070829_17854.cpp:16:2: error: stray '#' in program
         cin>>mingcheng>>changdi>>shumu;
  ^
0_0_32070829_17854.cpp:16:8: error: stray '#' in program
         cin>>mingcheng>>changdi>>shumu;
        ^
0_0_32070829_17854.cpp:16:14: error: stray '#' in program
         cin>>mingcheng>>changdi>>shumu;
              ^
0_0_32070829_17854.cpp:16:20: error: stray '#' in program
         cin>>mingcheng>>changdi>>shumu;
                    ^
0_0_32070829_17854.cpp:16:26: error: stray '#' in program
         cin>>mingcheng>>changdi>>shumu;
                          ^
0_0_32070829_17854.cpp:16:32: error: stray '#' in program
         cin>>mingcheng>>changdi>>shumu;
                                ^
0_0_32070829_17854.cpp:16:38: error: stray '#' in program
         cin>>mingcheng>>changdi>>shumu;
                                      ^
0_0_32070829_17854.cpp:16:44: error: stray '#' in program
         cin>>mingcheng>>changdi>>shumu;
                                            ^
0_0_32070829_17854.cpp:17:2: error: stray '#' in program
         mp[changdi][mingcheng]+=shumu;
  ^
0_0_32070829_17854.cpp:17:8: error: stray '#' in program
         mp[changdi][mingcheng]+=shumu;
        ^
0_0_32070829_17854.cpp:17:14: error: stray '#' in program
         mp[changdi][mingcheng]+=shumu;
              ^
0_0_32070829_17854.cpp:17:20: error: stray '#' in program
         mp[changdi][mingcheng]+=shumu;
                    ^
0_0_32070829_17854.cpp:17:26: error: stray '#' in program
         mp[changdi][mingcheng]+=shumu;
                          ^
0_0_32070829_17854.cpp:17:32: error: stray '#' in program
         mp[changdi][mingcheng]+=shumu;
                                ^
0_0_32070829_17854.cpp:17:38: error: stray '#' in program
         mp[changdi][mingcheng]+=shumu;
                                      ^
0_0_32070829_17854.cpp:17:44: error: stray '#' in program
         mp[changdi][mingcheng]+=shumu;
                                            ^
0_0_32070829_17854.cpp:18:2: error: stray '#' in program
     }
  ^
0_0_32070829_17854.cpp:18:8: error: stray '#' in program
     }
        ^
0_0_32070829_17854.cpp:18:14: error: stray '#' in program
     }
              ^
0_0_32070829_17854.cpp:18:20: error: stray '#' in program
     }
                    ^
0_0_32070829_17854.cpp:19:2: error: stray '#' in program
     for(map<string,map<string,int> >::iterator it=mp.begin();it!=mp.end();it++){
  ^
0_0_32070829_17854.cpp:19:8: error: stray '#' in program
     for(map<string,map<string,int> >::iterator it=mp.begin();it!=mp.end();it++){
        ^
0_0_32070829_17854.cpp:19:14: error: stray '#' in program
     for(map<string,map<string,int> >::iterator it=mp.begin();it!=mp.end();it++){
              ^
0_0_32070829_17854.cpp:19:20: error: stray '#' in program
     for(map<string,map<string,int> >::iterator it=mp.begin();it!=mp.end();it++){
                    ^
0_0_32070829_17854.cpp:20:2: error: stray '#' in program
          
  ^
0_0_32070829_17854.cpp:20:8: error: stray '#' in program
          
        ^
0_0_32070829_17854.cpp:20:14: error: stray '#' in program
          
              ^
0_0_32070829_17854.cpp:20:20: error: stray '#' in program
          
                    ^
0_0_32070829_17854.cpp:20:26: error: stray '#' in program
          
                          ^
0_0_32070829_17854.cpp:20:32: error: stray '#' in program
          
                                ^
0_0_32070829_17854.cpp:20:38: error: stray '#' in program
          
                                      ^
0_0_32070829_17854.cpp:20:44: error: stray '#' in program
          
                                            ^
0_0_32070829_17854.cpp:21:2: error: stray '#' in program
          cout<<it->first<<endl;
  ^
0_0_32070829_17854.cpp:21:8: error: stray '#' in program
          cout<<it->first<<endl;
        ^
0_0_32070829_17854.cpp:21:14: error: stray '#' in program
          cout<<it->first<<endl;
              ^
0_0_32070829_17854.cpp:21:20: error: stray '#' in program
          cout<<it->first<<endl;
                    ^
0_0_32070829_17854.cpp:21:26: error: stray '#' in program
          cout<<it->first<<endl;
                          ^
0_0_32070829_17854.cpp:21:32: error: stray '#' 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-30 08:32:50, Gzip enabled