#include #include #include using namespace std; #define range(i,a,b) for(int i=(a); i < (b); i++) #define rep(i,n) range(i,0,n) int main(){ throw "exception test !"; return 0; }