[optimize]删除多余测试文件

This commit is contained in:
2025-08-03 14:38:27 +08:00
parent 0ce742a86e
commit 9c5d9ea78c

View File

@ -1,9 +0,0 @@
int main() {
int a = 100;
int b = a / 4;
int c = a / 8;
int d = a / 16;
int e = a / 7;
int f = a / 3;
return b + c + d + e;
}