摘要:
throw 主要是用来抛出异常. throw 可以直接向主程序 throw 一个东西,可以是各种数据类型,显示在界面上就是抛出的数据类型. int main(){ throw 1; } terminate called after throwing an instance of 'int' Proc 阅读全文
摘要:
还是看看简单而富有美感的爆搜吧 #include<bits/stdc++.h> using namespace std; #define int long long #define tests int cases;cin>>cases;while(cases--) int n,l; vector<i 阅读全文