7 lines
75 B
C
7 lines
75 B
C
#include_next "stdio.h"
|
|
|
|
signed main() {
|
|
puts("seriously?");
|
|
return 0;
|
|
}
|