cmpsc330hw4/defs.h
Sandipsinh Rathod 4d69307f8c cleanup
2024-11-19 20:04:51 -05:00

15 lines
210 B
C++

#ifndef DEFS_H
#define DEFS_H
#include <iostream>
#include <cstdlib>
using namespace std;
#define pt cout <<
#define in cin >>
#define nl endl
#define pter std::cerr <<
#define ll long long
#endif // DEFS_H