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_38754944_5016.cpp:1:10: error: 'bits' was not declared in this scope
    1 | include <bits/stdc++.h>
      |          ^~~~
0_0_38754944_5016.cpp:1:15: error: 'stdc' was not declared in this scope; did you mean 'std'?
    1 | include <bits/stdc++.h>
      |               ^~~~
      |               std
0_0_38754944_5016.cpp:1:10: error: 'bits' was not declared in this scope
    1 | include <bits/stdc++.h>
      |          ^~~~
0_0_38754944_5016.cpp:1:15: error: 'stdc' was not declared in this scope; did you mean 'std'?
    1 | include <bits/stdc++.h>
      |               ^~~~
      |               std
0_0_38754944_5016.cpp:1:10: error: 'bits' was not declared in this scope
    1 | include <bits/stdc++.h>
      |          ^~~~
0_0_38754944_5016.cpp:1:15: error: 'stdc' was not declared in this scope; did you mean 'std'?
    1 | include <bits/stdc++.h>
      |               ^~~~
      |               std
0_0_38754944_5016.cpp:1:10: error: 'bits' was not declared in this scope
    1 | include <bits/stdc++.h>
      |          ^~~~
0_0_38754944_5016.cpp:1:15: error: 'stdc' was not declared in this scope; did you mean 'std'?
    1 | include <bits/stdc++.h>
      |               ^~~~
      |               std
0_0_38754944_5016.cpp:1:10: error: 'bits' was not declared in this scope
    1 | include <bits/stdc++.h>
      |          ^~~~
0_0_38754944_5016.cpp:1:15: error: 'stdc' was not declared in this scope; did you mean 'std'?
    1 | include <bits/stdc++.h>
      |               ^~~~
      |               std
0_0_38754944_5016.cpp:1:10: error: 'bits' was not declared in this scope
    1 | include <bits/stdc++.h>
      |          ^~~~
0_0_38754944_5016.cpp:1:15: error: 'stdc' was not declared in this scope; did you mean 'std'?
    1 | include <bits/stdc++.h>
      |               ^~~~
      |               std
0_0_38754944_5016.cpp:1:10: error: 'bits' was not declared in this scope
    1 | include <bits/stdc++.h>
      |          ^~~~
0_0_38754944_5016.cpp:1:15: error: 'stdc' was not declared in this scope; did you mean 'std'?
    1 | include <bits/stdc++.h>
      |               ^~~~
      |               std
0_0_38754944_5016.cpp:1:10: error: 'bits' was not declared in this scope
    1 | include <bits/stdc++.h>
      |          ^~~~
0_0_38754944_5016.cpp:1:15: error: 'stdc' was not declared in this scope; did you mean 'std'?
    1 | include <bits/stdc++.h>
      |               ^~~~
      |               std
0_0_38754944_5016.cpp:1:10: error: 'bits' was not declared in this scope
    1 | include <bits/stdc++.h>
      |          ^~~~
0_0_38754944_5016.cpp:1:15: error: 'stdc' was not declared in this scope; did you mean 'std'?
    1 | include <bits/stdc++.h>
      |               ^~~~
      |               std
0_0_38754944_5016.cpp:1:1: error: 'include' does not name a type
    1 | include <bits/stdc++.h>
      | ^~~~~~~
0_0_38754944_5016.cpp:48:1: error: 'string' does not name a type
   48 | string s;
      | ^~~~~~
0_0_38754944_5016.cpp:49:1: error: 'vector' does not name a type
   49 | vector<int> ver[N << 1];
      | ^~~~~~
0_0_38754944_5016.cpp: In function 'void dfs(int)':
0_0_38754944_5016.cpp:95:18: error: 'ver' was not declared in this scope
   95 |     for(auto v : ver[x]) {
      |                  ^~~
0_0_38754944_5016.cpp: In function 'void dfs2(int)':
0_0_38754944_5016.cpp:107:18: error: 'ver' was not declared in this scope
  107 |     for(auto v : ver[x]) {
      |                  ^~~
0_0_38754944_5016.cpp: In function 'int solve()':
0_0_38754944_5016.cpp:114:5: error: 'string' was not declared in this scope
  114 |     string s;
      |     ^~~~~~
0_0_38754944_5016.cpp:115:5: error: 'cin' was not declared in this scope
  115 |     cin >> s;
      |     ^~~
0_0_38754944_5016.cpp:115:12: error: 's' was not declared in this scope
  115 |     cin >> s;
      |            ^
0_0_38754944_5016.cpp: In function 'void work()':
0_0_38754944_5016.cpp:138:5: error: 'cin' was not declared in this scope
  138 |     cin >> n >> m;
      |     ^~~
0_0_38754944_5016.cpp:139:12: error: 's' was not declared in this scope
  139 |     cin >> s;
      |            ^
0_0_38754944_5016.cpp:146:9: error: 'ver' was not declared in this scope
  146 |         ver[i].clear();
      |         ^~~
0_0_38754944_5016.cpp:150:9: error: 'ver' was not declared in this scope
  150 |         ver[SAM::fail[i]].push_back(i);
      |         ^~~
0_0_38754944_5016.cpp:155:9: error: 'cout' was not declared in this scope
  155 |         cout << solve() << endl;
      |         ^~~~
0_0_38754944_5016.cpp:155:28: error: 'endl' was not declared in this scope
  155 |         cout << solve() << endl;
      |                            ^~~~
0_0_38754944_5016.cpp: In function 'int main()':
0_0_38754944_5016.cpp:159:5: error: 'ios' has not been declared
  159 |     ios::sync_with_stdio(false);
      |     ^~~
0_0_38754944_5016.cpp:160:5: error: 'cin' was not declared in this scope
  160 |     cin.tie(0);
      |     ^~~
0_0_38754944_5016.cpp:161:5: error: 'cout' was not declared in this scope
  161 |     cout.tie(0);
      |     ^~~~


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-23 03:14:25, Gzip enabled