About the Other Problems category

Discuss all about programming challenges from other platforms.

does toph support
#include <ext/pb_ds/assoc_container.hpp> // Common file
#include <ext/pb_ds/tree_policy.hpp> // Including tree_order_statistics_node_update
using namespace __gnu_pbds;
typedef tree< pair <long long int, long long int>, null_type, less<pair <long long int, long long int> >, rb_tree_tag, tree_order_statistics_node_update> ordered_set;
ordered_set s;

???

This is c++ compiler thing. I want to know whether toph c++ 14 compiler supports this or not…
I am getting WA for a problem. cant even pass a sample case. but ans is ok in my pc.