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_37730798_20023.cpp: In function 'T read()':
0_0_37730798_20023.cpp:7:5: error: 'RG' was not declared in this scope
     RG int f = 1;
     ^
0_0_37730798_20023.cpp:8:8: error: expected ';' before 'T'
     RG T sum = 0;
        ^
0_0_37730798_20023.cpp:9:8: error: expected ';' before 'char'
     RG char ch = getchar();
        ^
0_0_37730798_20023.cpp:10:21: error: 'ch' was not declared in this scope
     while (!isdigit(ch)) {
                     ^
0_0_37730798_20023.cpp:11:24: error: 'f' was not declared in this scope
         if (ch == '-') f = -1;
                        ^
0_0_37730798_20023.cpp:14:20: error: 'ch' was not declared in this scope
     while (isdigit(ch)) {
                    ^
0_0_37730798_20023.cpp:15:9: error: 'sum' was not declared in this scope
         sum = (sum << 1) + (sum << 3) + (ch ^ 48);
         ^
0_0_37730798_20023.cpp:18:12: error: 'f' was not declared in this scope
     return f * sum;
            ^
0_0_37730798_20023.cpp:18:16: error: 'sum' was not declared in this scope
     return f * sum;
                ^


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.001000(s) query 1, Server time : 2025-02-18 23:30:43, Gzip enabled