cmpsc330hw4/defs.h
Sandipsinh Rathod 0c92128fcf add raii stuff
2024-11-19 19:46:02 -05:00

18 lines
248 B
C++

//
// Created by ssdd on 11/19/24.
//
#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