Nested for loop in C

前端 未结 0 942
忘掉有多难
忘掉有多难 2020-12-09 00:28

I\'m trying to print out prime numbers using the following code:

#include 
int prime_check(int number);

int main(){
    int x;
    printf(&quo         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题