Segcolt 9f55dc2362 Fix a stupid problem
Apparenlty having a "#" in the file path breaks everything so I had to
just replace that.
2024-11-09 11:38:18 -03:00

14 lines
164 B
C

#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#define ll long long
#define rep(i, lim) for (size_t i; i < lim; i++)
int main()
{
return 0;
}