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_34415915_1449.cpp: In function 'int HexToDec(char*)':
0_0_34415915_1449.cpp:4:24: error: expected ';' before ')' token
  for(i=0;a[i]!='\0',i++){
                        ^
0_0_34415915_1449.cpp:6:4: error: 't' was not declared in this scope
    t=a[i]-'0';
    ^
0_0_34415915_1449.cpp:8:5: error: 't' was not declared in this scope
     t=a[i]-'a'+10;
     ^
0_0_34415915_1449.cpp:10:4: error: 't' was not declared in this scope
    t=a[i]-'A'+10;
    ^
0_0_34415915_1449.cpp:12:14: error: 't' was not declared in this scope
   sum=sum*16+t;
              ^
0_0_34415915_1449.cpp: In function 'int main()':
0_0_34415915_1449.cpp:17:9: error: 'MaxSize' was not declared in this scope
  char a[MaxSize],b[MaxSize];
         ^
0_0_34415915_1449.cpp:18:21: error: 'a' was not declared in this scope
  while(scanf("%s%s",a,b)!=EOF){
                     ^
0_0_34415915_1449.cpp:18:23: error: 'b' was not declared in this scope
  while(scanf("%s%s",a,b)!=EOF){
                       ^
0_0_34415915_1449.cpp:19:10: error: too few arguments to function 'int printf(const char*, ...)'
   printf()
          ^
In file included from 0_0_34415915_1449.cpp:1:0:
GCC4.9.2/x86_64-w64-mingw32/include/stdio.h:378:15: note: declared here
   int __cdecl printf(const char * __restrict__ _Format,...);
               ^


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-09-28 19:16:14, Gzip enabled