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_14601906_617.cpp:4:16: error: variable or field 'ChangeBit' declared void
 void ChangeBit(_int64 n,_int64 bit);
                ^
0_0_14601906_617.cpp:4:16: error: '_int64' was not declared in this scope
0_0_14601906_617.cpp:4:25: error: '_int64' was not declared in this scope
 void ChangeBit(_int64 n,_int64 bit);
                         ^
0_0_14601906_617.cpp: In function 'int main()':
0_0_14601906_617.cpp:8:2: error: '_int64' was not declared in this scope
  _int64 m;
  ^
0_0_14601906_617.cpp:9:9: error: expected ';' before 'n'
  _int64 n;
         ^
0_0_14601906_617.cpp:10:9: error: expected ';' before 'bit'
  _int64 bit;
         ^
0_0_14601906_617.cpp:12:13: error: 'bit' was not declared in this scope
  while(cin>>bit)
             ^
0_0_14601906_617.cpp:17:8: error: 'm' was not declared in this scope
   cin>>m>>n;
        ^
0_0_14601906_617.cpp:17:11: error: 'n' was not declared in this scope
   cin>>m>>n;
           ^
0_0_14601906_617.cpp:18:20: error: 'ChangeBit' was not declared in this scope
   ChangeBit(m+n,bit);
                    ^
0_0_14601906_617.cpp: At global scope:
0_0_14601906_617.cpp:25:16: error: variable or field 'ChangeBit' declared void
 void ChangeBit(_int64 n,_int64 bit)
                ^
0_0_14601906_617.cpp:25:16: error: '_int64' was not declared in this scope
0_0_14601906_617.cpp:25:25: error: '_int64' was not declared in this scope
 void ChangeBit(_int64 n,_int64 bit)
                         ^


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-06-29 11:53:36, Gzip enabled