Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

1

次方的后三位 #include<stdio.h> void main() { int i,x,y,z=1; printf("input x y\n"); scanf("%d%d",&x,&y); for(i=1;i<=y;i++) z=z*x%1000; if(z>=1000) { printf("%d\n",z); } else { printf("%d\n",z); }

}

About

次方的后三位

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors