#包括
INT主()
{
整数n;
scanf函数(“%d”, &ñ); int s=0;
尽管 (ñ!=0){ s=s+n%10; n=n/10;
}
的printf(“s= %d”, s);
返回 0;
} code em như này sao test nó ra Wrong answer nhỉ???
Test kq đúng 2 当前: int n = int.Parse(Console.ReadLine()); và Console.Write(” “); trong c# mà test 4 vẫn báo lỗi Runtime Error (NZEC) Cái này mình nghĩ lỗi do hệ thống rồi.
#包括
INT主()
{
整数n;
scanf函数(“%d”, &ñ);
int s=0;
尽管 (ñ!=0){
s=s+n%10;
n=n/10;
}
的printf(“s= %d”, s);
返回 0;
}
code em như này sao test nó ra Wrong answer nhỉ???
Bạn in thừa
ok bạn
#包括
INT主() {
long n;
scanf函数(“%ld”, &ñ);
long s=0;
尽管(ñ)
{
int x=n%10;
s=s+x;
n=n/10;
}
的printf(“%ld\n”, s);
返回 0;
}
Test kq đúng 2 当前: int n = int.Parse(Console.ReadLine());
và Console.Write(” “); trong c# mà test 4 vẫn báo lỗi Runtime Error (NZEC)
Cái này mình nghĩ lỗi do hệ thống rồi.
Mình chuyển kiểu int -> long rồi mà vẫn báo lỗi :3