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_21475774_403.cpp:1:3: error: stray '#' in program
 1 #include <iostream>
   ^
0_0_21475774_403.cpp:1:1: error: expected unqualified-id before numeric constant
 1 #include <iostream>
 ^
0_0_21475774_403.cpp:3:2: error: expected unqualified-id before numeric constant
  3 int n, m;
  ^
0_0_21475774_403.cpp:4:2: error: expected unqualified-id before numeric constant
  4 int arr[1000];
  ^
0_0_21475774_403.cpp:5:2: error: expected unqualified-id before numeric constant
  5 
  ^
0_0_21475774_403.cpp:13:1: error: expected unqualified-id before numeric constant
 13 int lcm(int a, int b)  //注意这里不能用a*b/gcd(a,b),数据会溢出
 ^
0_0_21475774_403.cpp:17:1: error: expected unqualified-id before numeric constant
 17 int main()
 ^


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-16 17:14:50, Gzip enabled