Skip to content
View ghostlpz's full-sized avatar

Block or report ghostlpz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. -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(…

  2. 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; }

  3. 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; }

  4. nofx nofx Public

    Forked 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