#include <stdio.h> int main(){ int n; int x,y,z; if (scanf("%d",&n)!=EOF){ // 获取数字 for (int i=0;i<n;i++){ if (scanf("%d %d %d",&x,&y,&z)!=EOF){ if (x*x+y*y+z*z == 3*x*y*z){ printf("Yes\n"); }else{printf("No\n");} } } } return 0; }
c语言编程练习题:7-168 Cassels方程
作者:yunjinqi
类别:编程
日期:2023-05-31 18:22:51
阅读:619 次
消耗积分:0 分
版权所有,转载本站文章请注明出处:云子量化, https://www.yunjinqi.top/article/293
最新文章
系统当前共有 406 篇文章