BedirT / ACM-ICPC-Preparation

ACM-ICPC Preparation Guide
MIT License
2.18k stars 677 forks source link

Modular Exponentiation compilation error. #2

Closed aashutoshrathi closed 7 years ago

aashutoshrathi commented 7 years ago

modular-exponent.cpp will not work without

using namespace std;
BedirT commented 7 years ago

Thanks