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_31648406_13094.cpp:9:1: error: '_int128' does not name a type
 _int128 a,b,c,d,sum;
 ^
0_0_31648406_13094.cpp:10:8: error: '_int128' does not name a type
 inline _int128 read()
        ^
0_0_31648406_13094.cpp:21:17: error: variable or field 'out' declared void
 inline void out(_int128 x)
                 ^
0_0_31648406_13094.cpp:21:17: error: '_int128' was not declared in this scope
0_0_31648406_13094.cpp: In function 'int main()':
0_0_31648406_13094.cpp:31:9: error: 'a' was not declared in this scope
         a=read();
         ^
0_0_31648406_13094.cpp:31:16: error: 'read' was not declared in this scope
         a=read();
                ^
0_0_31648406_13094.cpp:32:9: error: 'b' was not declared in this scope
         b=read();
         ^
0_0_31648406_13094.cpp:33:9: error: 'c' was not declared in this scope
         c=read();
         ^
0_0_31648406_13094.cpp:34:9: error: 'd' was not declared in this scope
         d=read();
         ^
0_0_31648406_13094.cpp:35:9: error: 'sum' was not declared in this scope
         sum=a+b+c+d;
         ^
0_0_31648406_13094.cpp:36:16: error: 'out' was not declared in this scope
         out(sum);
                ^


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-11-29 16:33:55, Gzip enabled