This commit is contained in:
Kartik K. Agaram 2015-05-05 18:15:09 -07:00
parent 82ceda30ad
commit d98e1a1887
2 changed files with 2 additions and 1 deletions

View File

@ -30,6 +30,8 @@ bool is_equal(char* s, const char* lit) {
}
:(before "End Includes")
#include<assert.h>
#include<iostream>
using std::istream;
using std::ostream;

View File

@ -90,5 +90,4 @@ long long int to_int(string n) {
}
:(before "End Includes")
#include<assert.h>
#include<cstdlib>