[問題] UVA 621 RUNTIME ERROR

作者: Diastima (Diastima)   2021-08-07 23:28:49
UVA 621一直出現runtime error
https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=8&pag
能否有神人能夠解惑,是出在哪個步驟
感謝
int main(void)
{
char str[10000];
int n;
cin>>n;
while(n
作者: nh60211as   2021-08-07 23:37:00
這錯字也太多了把==
作者: Diastima (Diastima)   2021-08-07 23:41:00
再貼碼的時候跑掉,重新貼,sorry
作者: NciscalA   2021-08-08 00:00:00
會不會是 stoi overflow?
作者: nh60211as   2021-08-08 00:02:00
感覺是,光是他udebug給的input就一堆會出問題了
作者: tomsawyer (安安)   2021-08-08 20:57:00
寫這種東西 我都用stod或stoll
作者: LPH66 (-6.2598534e+18f)   2021-08-08 22:15:00
這題我印象中轉數字一定爆...不管轉整數或轉浮點數都一樣

Links booklink

Contact Us: admin [ a t ] ucptt.com