Skip to content

Instantly share code, notes, and snippets.

@chenhan1218
Created March 22, 2020 12:19
Show Gist options
  • Save chenhan1218/1c2b7a94cb4a87a23562f4ab6872f4ec to your computer and use it in GitHub Desktop.
Save chenhan1218/1c2b7a94cb4a87a23562f4ab6872f4ec to your computer and use it in GitHub Desktop.
#include <algorithm>
#include <cmath>
#include <complex>
#include <cstdio>
#include <cstdlib>
#include <ctime>
#include <deque>
#include <iomanip>
#include <iostream>
#include <list>
#include <map>
#include <queue>
#include <set>
#include <sstream>
#include <stack>
#include <string>
#include <unordered_map>
#include <unordered_set>
#include <vector>
using namespace std;
int main() {
int T;
cin >> T;
for (int tc = 1; tc <= T; tc++) {
cout << "Case #" << tc << ": " << ret << endl;
}
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment