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_17202195_28296.cpp:8:1: error: stray '@' in program
 @Override
 ^
0_0_17202195_28296.cpp:23:1: error: stray '@' in program
 @Override
 ^
0_0_17202195_28296.cpp:42:9: error: stray '\343' in program
         。。。。。。
         ^
0_0_17202195_28296.cpp:42:9: error: stray '\200' in program
0_0_17202195_28296.cpp:42:9: error: stray '\202' in program
0_0_17202195_28296.cpp:42:9: error: stray '\343' in program
0_0_17202195_28296.cpp:42:9: error: stray '\200' in program
0_0_17202195_28296.cpp:42:9: error: stray '\202' in program
0_0_17202195_28296.cpp:42:9: error: stray '\343' in program
0_0_17202195_28296.cpp:42:9: error: stray '\200' in program
0_0_17202195_28296.cpp:42:9: error: stray '\202' in program
0_0_17202195_28296.cpp:42:9: error: stray '\343' in program
0_0_17202195_28296.cpp:42:9: error: stray '\200' in program
0_0_17202195_28296.cpp:42:9: error: stray '\202' in program
0_0_17202195_28296.cpp:42:9: error: stray '\343' in program
0_0_17202195_28296.cpp:42:9: error: stray '\200' in program
0_0_17202195_28296.cpp:42:9: error: stray '\202' in program
0_0_17202195_28296.cpp:42:9: error: stray '\343' in program
0_0_17202195_28296.cpp:42:9: error: stray '\200' in program
0_0_17202195_28296.cpp:42:9: error: stray '\202' in program
0_0_17202195_28296.cpp:63:47: error: stray '@' in program
     <item name="country_layout" type="layout">@layout/country_onepane</item>
                                               ^
0_0_17202195_28296.cpp:68:47: error: stray '@' in program
     <item name="country_layout" type="layout">@layout/country_twopane</item>
                                               ^
0_0_17202195_28296.cpp:129:3: error: stray '@' in program
   @Override
   ^
0_0_17202195_28296.cpp:143:1: error: stray '@' in program
 @Override
 ^
0_0_17202195_28296.cpp:170:4: error: stray '@' in program
    @Override
    ^
0_0_17202195_28296.cpp:243:4: error: stray '@' in program
    @Override
    ^
0_0_17202195_28296.cpp:259:30: error: too many decimal points in number
 $ bin/hama jar hama-examples-0.6.0.jar pi13/03/21 01:37:41 INFO bsp.BSPJobClient: Running job: job_201303210137_0001
                              ^
0_0_17202195_28296.cpp:262:135: error: too many decimal points in number
 attempt_201303210137_0001_000007_0: 13/03/21 01:37:16 INFO sync.ZooKeeperSyncClientImpl: Start connecting to Zookeeper! At iir455-199/10.77.30.199:61002
                                                                                                                                       ^
0_0_17202195_28296.cpp:329:5: error: missing terminating ' character
     <description>Property from ZooKeeper's config zoo.cfg.
     ^
0_0_17202195_28296.cpp:333:5: error: stray '@' in program
 [iir@iir455-200 hama-0.6.0]$ bin/hama jar hama-examples-0.6.0.jar pi
     ^
0_0_17202195_28296.cpp:333:22: error: too many decimal points in number
 [iir@iir455-200 hama-0.6.0]$ bin/hama jar hama-examples-0.6.0.jar pi
                      ^
0_0_17202195_28296.cpp:333:57: error: too many decimal points in number
 [iir@iir455-200 hama-0.6.0]$ bin/hama jar hama-examples-0.6.0.jar pi
                                                         ^
0_0_17202195_28296.cpp:2:1: error: 'xxxfragment' does not name a type
 xxxfragment.java
 ^
0_0_17202195_28296.cpp:8:2: error: 'Override' does not name a type
 @Override
  ^
0_0_17202195_28296.cpp:22:1: error: 'xxxactivity' does not name a type
 xxxactivity.java implement xxxFragment.OnHeadlineSelectedListener 
 ^
0_0_17202195_28296.cpp:39:2: error: 'FragmentTransaction' does not name a type
  FragmentTransaction ft = getFragmentManager().beginTransaction();
  ^
0_0_17202195_28296.cpp:41:9: error: 'ft' does not name a type
         ft.replace(R.id.details, details);
         ^
0_0_17202195_28296.cpp:44:9: error: 'ft' does not name a type
         ft.commit();
         ^
0_0_17202195_28296.cpp:47:2: error: 'CountryDetailsFragment' does not name a type
  CountryDetailsFragment details = (CountryDetailsFragment) getFragmentManager().findFragmentById(R.id.details);
  ^
0_0_17202195_28296.cpp:50:1: error: 'Bundle' does not name a type
 Bundle bundle = new Bundle();
 ^
0_0_17202195_28296.cpp:51:6: error: 'bundle' does not name a type
      bundle.putLong("selectedId", id);
      ^
0_0_17202195_28296.cpp:52:6: error: 'bundle' does not name a type
      bundle.putBoolean("mDualPane", mDualPane);
      ^
0_0_17202195_28296.cpp:54:6: error: 'details' does not name a type
      details.setArguments(bundle);
      ^
0_0_17202195_28296.cpp:56:1: error: 'View' does not name a type
 View v = inflater.inflate(R.layout.area_details, container, false);
 ^
0_0_17202195_28296.cpp:58:10: error: 'text1' does not name a type
          text1 = (TextView) v.findViewById(R.id.areaName);
          ^
0_0_17202195_28296.cpp:59:13: error: 'text2' does not name a type
             text2 = (TextView) v.findViewById(R.id.areaDetails);
             ^
0_0_17202195_28296.cpp:60:1: error: expected unqualified-id before '...' token
 ......
 ^
0_0_17202195_28296.cpp:109:8: error: expected unqualified-id before 'public'
        public void onArticleSelected(int position, long id) {
        ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/_mingw.h:282:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/crtdefs.h:10,
                 from GCC4.9.2/x86_64-w64-mingw32/include/wchar.h:9,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/cwchar:44,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/postypes.h:40,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/iosfwd:40,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:39,
                 from 0_0_17202195_28296.cpp:349:
GCC4.9.2/x86_64-w64-mingw32/include/vadefs.h:12:32: error: expected declaration before end of line
 #pragma pack(push,_CRT_PACKING)
                                ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2025 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2025-02-18 21:18:48, Gzip enabled