#include<stdio.h> int main() { int a,b,x; a=35; b=84; x=-(84-35*4)/2; printf("%d %d",x,35-x); }
posted on 2022-04-12 20:04 王陈锋 阅读(163) 评论(0) 编辑 收藏 举报