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_37348162_9728.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_37348162_9728.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_37348162_9728.cpp: In function 'int main()':
0_0_37348162_9728.cpp:8:19: error: 'scanf' was not declared in this scope
     scanf("%d", &T);
                   ^
0_0_37348162_9728.cpp:14:44: error: 'pow' was not declared in this scope
         if(n < 1 || n > 63 || m >= pow(2, n)) continue;
                                            ^
0_0_37348162_9728.cpp:15:35: error: 'printf' was not declared in this scope
         printf("%d ", findplate(m));
                                   ^
0_0_37348162_9728.cpp: In function 'void findnumber(long long int, int)':
0_0_37348162_9728.cpp:37:39: error: 'printf' was not declared in this scope
             printf("%d 1\n", 3 - y % 2);
                                       ^
0_0_37348162_9728.cpp:38:40: error: 'printf' was not declared in this scope
         else printf("1 %d\n", 2 + y % 2);
                                        ^
0_0_37348162_9728.cpp:43:39: error: 'printf' was not declared in this scope
             printf("1 %d\n", 3 - y % 2);
                                       ^
0_0_37348162_9728.cpp:44:40: error: 'printf' was not declared in this scope
         else printf("%d 1\n", 3 - y % 2);
                                        ^
0_0_37348162_9728.cpp:49:51: error: 'printf' was not declared in this scope
             printf("%d %d\n", 3 - y % 2, y % 2 + 2);
                                                   ^
0_0_37348162_9728.cpp:50:52: error: 'printf' was not declared in this scope
         else printf("%d %d\n", 2 + y % 2, 3 - y % 2);
                                                    ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2025 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.001000(s) query 1, Server time : 2025-02-17 07:57:14, Gzip enabled