79549170

Date: 2025-04-01 20:52:44
Score: 1
Natty:
Report link

put the #define into the main function:

#include <iostream>
using namespace std;

int main()
{    
    #define int long long int
    //your code
}

the downside is that this won't work for functions.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: linda shi