Fix a stupid problem

Apparenlty having a "#" in the file path breaks everything so I had to
just replace that.
This commit is contained in:
2024-11-09 11:38:18 -03:00
parent 4918f2bcee
commit 9f55dc2362
3 changed files with 2 additions and 7 deletions

View File

@@ -1,5 +1,3 @@
/* Problem URL: $(URL) */
#include <stdio.h>
#include <stdlib.h>
#include <math.h>