Popular repositories Loading
-
-2-
-2- Public#include <stdio.h> #include <math.h> int fffc(int a1,int b1,int c1) { return((-b1+sqrt(b1*b1-4*a1*c1))/2*a1); } int fffc2(int a1,int b1,int c1) { return((-b1-sqrt(b1*b1-4*a1*c1))/2*a1); } int main(…
-
coj-1033
coj-1033 Public#include <stdio.h> int main() { int a; int b=0; float c; int sum=0; int i; for (i=0;i<20;i++) { scanf ("%d",&a); sum=sum+a; if (a<0) b++; } c=sum/20; printf ("%d\n %.1f",b,c); return 0; }
-
103.13.
103.13. Public#include <stdio.h> int main() { int a; int b=0; float c; int sum=0; int i; for (i=0;i<20;i++) { scanf ("%d",&a); sum=sum+a; if (a<0) b++; } c=sum/20; printf ("%d\n %.1f",b,c); return 0; }
-
nofx
nofx PublicForked from the-dev-z/nofx
Multi-exchange AI trading platform (Binance/Hyperliquid/Aster) with multi-AI competition(deepseek/qwen/claude), self-evolution, and real-time dashboard
Go
If the problem persists, check the GitHub status page or contact support.