摘要:
代码: #include<stdio.h> struct huobaye{ int x; int y; }; struct stoneye{ int x; int y; }; int abs(int n) { int flag; if(n>=0) flag=n; else flag = -1*n; 阅读全文
摘要:
#include<stdio.h> int main() { int n; scanf("%d",&n); int nums[21]={1,1,1}; int snum[21]={1,1,1}; int i,j,k,h; //从1到n每行分别有1个.....n个 for(i=1;i<=n;i++) 阅读全文
摘要:
问题: File "D:/code/pythonl2/main.py", line 15, in forward while X.abs().sum > 1: TypeError: '>' not supported between instances of 'builtin_function_or 阅读全文