Home > Back-end >  How to output 10 integers
How to output 10 integers

Time:04-10

I haven't learned data type, don't know how to output exceeds 10, strives for the leaders to help

CodePudding user response:

Defined as an unsigned long long

CodePudding user response:

Int main ()
{
Char numb [255]={0};
Printf (" please enter the student id: \ n ");
The scanf (" % s ", numb);
Printf (" student id: \ n \ n % s ", numb);
return 0;
}

CodePudding user response:

Solved, thank you thank you
  • Related