0_0_17809385_13247.cpp: In function 'int rot90()':
0_0_17809385_13247.cpp:80:24: error: 'sort' was not declared in this scope
sort(all(block));block.erase(unique(all(block)) , block.end());
^
0_0_17809385_13247.cpp:80:55: error: 'unique' was not declared in this scope
sort(all(block));block.erase(unique(all(block)) , block.end());
^
0_0_17809385_13247.cpp:83:16: error: 'sort' was not declared in this scope
sort(all(e));e.erase(unique(all(e)) , e.end());
^
0_0_17809385_13247.cpp:83:39: error: 'unique' was not declared in this scope
sort(all(e));e.erase(unique(all(e)) , e.end());
^
0_0_17809385_13247.cpp: In function 'int rot180()':
0_0_17809385_13247.cpp:114:24: error: 'sort' was not declared in this scope
sort(all(block));block.erase(unique(all(block)) , block.end());
^
0_0_17809385_13247.cpp:114:55: error: 'unique' was not declared in this scope
sort(all(block));block.erase(unique(all(block)) , block.end());
^
0_0_17809385_13247.cpp:117:16: error: 'sort' was not declared in this scope
sort(all(e));e.erase(unique(all(e)) , e.end());
^
0_0_17809385_13247.cpp:117:39: error: 'unique' was not declared in this scope
sort(all(e));e.erase(unique(all(e)) , e.end());
^
0_0_17809385_13247.cpp: In function 'int main()':
0_0_17809385_13247.cpp:140:23: error: 'clock' was not declared in this scope
double t1 = clock();
^
0_0_17809385_13247.cpp:151:28: error: 'CLOCKS_PER_SEC' was not declared in this scope
cerr << (clock()-t1) / CLOCKS_PER_SEC << endl;
^
|