added int to long long

This commit is contained in:
ShazidMahsrafi 2023-12-11 22:50:10 +06:00
parent 52536007b3
commit 3cd7e5de2b

View File

@ -2,6 +2,7 @@
using namespace std; using namespace std;
// Short forms // Short forms
#define int long long
#define ll long long #define ll long long
#define endl '\n' #define endl '\n'
#define ff first #define ff first