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_18094984_20027\Main.java:1: 错误: 非法字符: '#'
#include <stdio.h>
^
0_0_18094984_20027\Main.java:1: 错误: 需要class, interface或enum
#include <stdio.h>
         ^
0_0_18094984_20027\Main.java:2: 错误: 非法字符: '#'
#include <string.h>
^
0_0_18094984_20027\Main.java:3: 错误: 非法字符: '#'
#include <stdlib.h>
^
0_0_18094984_20027\Main.java:4: 错误: 非法字符: '#'
#include <algorithm>
^
0_0_18094984_20027\Main.java:5: 错误: 非法字符: '#'
#include <math.h>
^
0_0_18094984_20027\Main.java:8: 错误: 需要class, interface或enum
int power(int a,int b)
^
0_0_18094984_20027\Main.java:11: 错误: 需要class, interface或enum
    while (b)
    ^
0_0_18094984_20027\Main.java:15: 错误: 需要class, interface或enum
        a = a*a%29;
        ^
0_0_18094984_20027\Main.java:16: 错误: 需要class, interface或enum
        b>>=1;
        ^
0_0_18094984_20027\Main.java:17: 错误: 需要class, interface或enum
    }
    ^
0_0_18094984_20027\Main.java:19: 错误: 需要class, interface或enum
    return res<0 ? res+29 : res;
    ^
0_0_18094984_20027\Main.java:20: 错误: 需要class, interface或enum
}
^
0_0_18094984_20027\Main.java:25: 错误: 需要class, interface或enum
    while (~scanf("%d", &x)&& x)
    ^
0_0_18094984_20027\Main.java:28: 错误: 需要class, interface或enum
        b = (x+1)%28;    //3的b次方
        ^
0_0_18094984_20027\Main.java:29: 错误: 需要class, interface或enum
        printf("%d\n", 9 * power(2,a) * power(3,b) * power(22,b) % 29 );
        ^
0_0_18094984_20027\Main.java:30: 错误: 需要class, interface或enum
    }
    ^
0_0_18094984_20027\Main.java:32: 错误: 需要class, interface或enum
}
^
18 个错误


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 12:39:14, Gzip enabled