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_27256814_18938.cpp: In function 'int Scan()':
0_0_27256814_18938.cpp:6:33: error: 'flag' was not declared in this scope
     if((ch = getchar()) == '-') flag = 1;  
                                 ^
0_0_27256814_18938.cpp:7:37: error: 'res' was not declared in this scope
     else if(ch >= '0' && ch <= '9') res = ch - '0';  
                                     ^
0_0_27256814_18938.cpp:9:9: error: 'res' was not declared in this scope
         res = res * 10 + (ch - '0');  
         ^
0_0_27256814_18938.cpp:10:12: error: 'flag' was not declared in this scope
     return flag ? -res : res;  
            ^
0_0_27256814_18938.cpp:10:20: error: 'res' was not declared in this scope
     return flag ? -res : res;  
                    ^


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-10-07 01:34:34, Gzip enabled