I dont understand why they are not accepting this as the solution,They are saying its a wrong answer:-
#include <stdio.h>
int main(void)
{
int val=0;
printf("Input:-
");
do {
scanf("%d",&val);
printf("%d
",val);
}
while(val < 42);
return 0;
}
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…