题目在这里
https://www.luogu.com.cn/problem/U120928
我觉得我的代码没毛病,但是为什么就是交不上去?
#include <cstdio> int main() { puts("pragma"); return 0; }