Segcolt 63ad4556f6 Update competitest plugin to insert problem url
This is the second time I'm doing this, I'm an idiot who
didn't pushed last time!
2024-09-24 16:32:42 -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;
}