Skip to content

Instantly share code, notes, and snippets.

View tvc97's full-sized avatar
🤪

Trần Văn Cương tvc97

🤪
  • AgeCode Co.Ltd
  • Ho Chi Minh City
View GitHub Profile
#include <bits/stdc++.h>
using namespace std;
void print(int lim, int cur) {
for(int i = 1; i <= lim; i++)
if(i >= cur) cout << setw((int)log10(lim) + 2) << i;
else cout << setw((int)log10(lim) + 2) << "_";
cout << endl;
}
@tvc97
tvc97 / BALANCE.CPP
Last active June 1, 2016 03:41
Thầy Việt tuần 1
#include <iostream>
#include <fstream>
#include <algorithm>
#include <iomanip>
#define maxs 10000
using namespace std;
ofstream out;
@tvc97
tvc97 / app_.gitignore
Created December 14, 2015 09:54
Vietnam's Places Google Developer Group Viet Nam - Final Project
/build
@tvc97
tvc97 / VietnamPlaces_.gitignore
Created December 14, 2015 09:52
Vietnam's Places Google Developer Group Viet Nam - Final Project
*.iml
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/build
/captures
@tvc97
tvc97 / VietnamPlaces_.gitignore
Created December 14, 2015 09:49
Vietnam's Place Google Developer Group - Final Project
*.iml
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/build
/captures