In c programming, I can not enter more than 78 input. After that I/O does not work. Is there any way to enter more input?

后端 未结 0 893
渐次进展
渐次进展 2020-12-09 17:31
#include 
#include 
#include 
#include 

int isPerfect(int n){
    double i=2;
    float value=0;
    int          


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