delete.cpp: In function 'void numbering(int)':
delete.cpp:32:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
delete.cpp: In function 'void input()':
delete.cpp:11:34: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
delete.cpp:16:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
delete.cpp:21:21: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
/tmp/ccU32z2y.o: In function `main':
delete.cpp:(.text.startup+0x0): multiple definition of `main'
/tmp/ccmChtZt.o:grader.cpp:(.text.startup+0x0): first defined here
/tmp/ccmChtZt.o: In function `main':
grader.cpp:(.text.startup+0xf4): undefined reference to `DeletePlan(int, int, int, int*, int*)'
collect2: ld returned 1 exit status