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_39301413_26717.cpp:1:9: error: 'bits' was not declared in this scope
    1 | include<bits/stdc++.h>
      |         ^~~~
0_0_39301413_26717.cpp:1:14: error: 'stdc' was not declared in this scope; did you mean 'std'?
    1 | include<bits/stdc++.h>
      |              ^~~~
      |              std
0_0_39301413_26717.cpp:1:9: error: 'bits' was not declared in this scope
    1 | include<bits/stdc++.h>
      |         ^~~~
0_0_39301413_26717.cpp:1:14: error: 'stdc' was not declared in this scope; did you mean 'std'?
    1 | include<bits/stdc++.h>
      |              ^~~~
      |              std
0_0_39301413_26717.cpp:1:9: error: 'bits' was not declared in this scope
    1 | include<bits/stdc++.h>
      |         ^~~~
0_0_39301413_26717.cpp:1:14: error: 'stdc' was not declared in this scope; did you mean 'std'?
    1 | include<bits/stdc++.h>
      |              ^~~~
      |              std
0_0_39301413_26717.cpp:1:9: error: 'bits' was not declared in this scope
    1 | include<bits/stdc++.h>
      |         ^~~~
0_0_39301413_26717.cpp:1:14: error: 'stdc' was not declared in this scope; did you mean 'std'?
    1 | include<bits/stdc++.h>
      |              ^~~~
      |              std
0_0_39301413_26717.cpp:1:9: error: 'bits' was not declared in this scope
    1 | include<bits/stdc++.h>
      |         ^~~~
0_0_39301413_26717.cpp:1:14: error: 'stdc' was not declared in this scope; did you mean 'std'?
    1 | include<bits/stdc++.h>
      |              ^~~~
      |              std
0_0_39301413_26717.cpp:1:9: error: 'bits' was not declared in this scope
    1 | include<bits/stdc++.h>
      |         ^~~~
0_0_39301413_26717.cpp:1:14: error: 'stdc' was not declared in this scope; did you mean 'std'?
    1 | include<bits/stdc++.h>
      |              ^~~~
      |              std
0_0_39301413_26717.cpp:1:9: error: 'bits' was not declared in this scope
    1 | include<bits/stdc++.h>
      |         ^~~~
0_0_39301413_26717.cpp:1:14: error: 'stdc' was not declared in this scope; did you mean 'std'?
    1 | include<bits/stdc++.h>
      |              ^~~~
      |              std
0_0_39301413_26717.cpp:1:9: error: 'bits' was not declared in this scope
    1 | include<bits/stdc++.h>
      |         ^~~~
0_0_39301413_26717.cpp:1:14: error: 'stdc' was not declared in this scope; did you mean 'std'?
    1 | include<bits/stdc++.h>
      |              ^~~~
      |              std
0_0_39301413_26717.cpp:1:9: error: 'bits' was not declared in this scope
    1 | include<bits/stdc++.h>
      |         ^~~~
0_0_39301413_26717.cpp:1:14: error: 'stdc' was not declared in this scope; did you mean 'std'?
    1 | include<bits/stdc++.h>
      |              ^~~~
      |              std
0_0_39301413_26717.cpp:1:1: error: 'include' does not name a type
    1 | include<bits/stdc++.h>
      | ^~~~~~~
0_0_39301413_26717.cpp: In function 'int main()':
0_0_39301413_26717.cpp:4:9: error: 'vector' was not declared in this scope
    4 |         vector<int>table;
      |         ^~~~~~
0_0_39301413_26717.cpp:4:16: error: expected primary-expression before 'int'
    4 |         vector<int>table;
      |                ^~~
0_0_39301413_26717.cpp:6:16: error: 'cin' was not declared in this scope
    6 |         while (cin >> n >> m) {
      |                ^~~
0_0_39301413_26717.cpp:7:17: error: 'table' was not declared in this scope; did you mean 'mutable'?
    7 |                 table.clear();
      |                 ^~~~~
      |                 mutable
0_0_39301413_26717.cpp:9:25: error: 'pos' was not declared in this scope
    9 |                         pos = (pos + m - 1) % table.size();
      |                         ^~~
0_0_39301413_26717.cpp:14:44: error: 'cout' was not declared in this scope
   14 |                         if (!(i % 50) && i)cout << endl;
      |                                            ^~~~
0_0_39301413_26717.cpp:14:52: error: 'endl' was not declared in this scope
   14 |                         if (!(i % 50) && i)cout << endl;
      |                                                    ^~~~
0_0_39301413_26717.cpp:17:33: error: 'cout' was not declared in this scope
   17 |                                 cout << "G";
      |                                 ^~~~
0_0_39301413_26717.cpp:20:33: error: 'cout' was not declared in this scope
   20 |                                 cout << "B";
      |                                 ^~~~
0_0_39301413_26717.cpp:22:17: error: 'cout' was not declared in this scope
   22 |                 cout << endl << endl;
      |                 ^~~~
0_0_39301413_26717.cpp:22:25: error: 'endl' was not declared in this scope
   22 |                 cout << endl << endl;
      |                         ^~~~


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-05-19 16:58:41, Gzip enabled