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_15257838_11302.cpp:37:2: error: stray '#' in program
 {#include <bits/stdc++.h>
  ^
0_0_15257838_11302.cpp: In function 'int main()':
0_0_15257838_11302.cpp:37:3: error: 'include' was not declared in this scope
 {#include <bits/stdc++.h>
   ^
0_0_15257838_11302.cpp:37:12: error: 'bits' was not declared in this scope
 {#include <bits/stdc++.h>
            ^
0_0_15257838_11302.cpp:37:17: error: 'stdc' was not declared in this scope
 {#include <bits/stdc++.h>
                 ^
0_0_15257838_11302.cpp:39:1: error: expected primary-expression before 'using'
 using namespace std;
 ^
0_0_15257838_11302.cpp:45:18: error: a function-definition is not allowed here before '{' token
 ll gcd(ll a,ll b){ return b==0?a: gcd(b, a%b); }
                  ^
0_0_15257838_11302.cpp:56:1: error: a function-definition is not allowed here before '{' token
 {
 ^
0_0_15257838_11302.cpp:188:1: error: expected '}' at end of input
 }
 ^


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 07:45:44, Gzip enabled