Segcolt 8728b9c5da Add problems URL again.
My last commit removed them for some reason...
2024-11-10 13:50:47 -03:00

16 lines
191 B
C

/* Problem URL: $(URL) */
#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;
}