Run ID:145685

提交时间:2026-01-25 18:04:00

#include <stdio.h> int main() { int a, x, y; scanf("%d %d %d", &x, &y, &a); // 如果顺序是 x y a // 其余代码相同 }