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_39832441_3005.cpp: In function 'int read()':
0_0_39832441_3005.cpp:6:17: error: invalid conversion from 'int (*)()' to 'char' [-fpermissive]
    6 |         char ch=getchar;
      |                 ^~~~~~~
      |                 |
      |                 int (*)()
0_0_39832441_3005.cpp:7:31: error: invalid conversion from 'int (*)()' to 'char' [-fpermissive]
    7 |         while(ch<48||ch>57)ch=getchar;
      |                               ^~~~~~~
      |                               |
      |                               int (*)()
0_0_39832441_3005.cpp:8:55: error: invalid conversion from 'int (*)()' to 'char' [-fpermissive]
    8 |         while(ch>=48&&ch<=57)x=(x<<1)+(x<<3)+ch-48,ch=getchar;
      |                                                       ^~~~~~~
      |                                                       |
      |                                                       int (*)()


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-12-02 05:08:47, Gzip enabled