December 22, 2018 HomeExerciseLoopBiggest digit Biggest digit Bynguyenvanquan7826 Loop 4 Comments ☞ timesheets code NOT IN HUE, MISSING than output. Read the instructions and code samples do post here if you're wrong or not know how to do Threads: Enter an integer n. Find the biggest digit digits that n. Input: Some n. Output: Some of the largest digit in n. For example: input: 123 output: 3 You are not logged in? Log in to Submit Now! NOT IN HUE, MISSING than output. Read the instructions and code samples do post here if you're wrong or not know how to do 4 Comments BigDaddy Trong lời giải while(n) là sao a nhỉ ? October 26, 2019 Log in to Reply nguyenvanquan7826 while(n) tương đương với while(n!=0) October 26, 2019 Log in to Reply huynhthanhphuc em hay bị lỗi như này là lỗi gì vậy thầy. run: line 1: 3 Floating point exception(core dumped) LD_LIBRARY_PATH=/usr/local/gcc-7.4.0/lib64 ./a.out July 17, 2020 Log in to Reply nguyenvanquan7826 Mình thấy bạn include thư viện sai thì phải. July 21, 2020 Log in to Reply Add a Comment Cancel replyYou must be logged in to post a comment.
Trong lời giải while(n) là sao a nhỉ ?
while(n) tương đương với while(n!=0)
em hay bị lỗi như này là lỗi gì vậy thầy.
run: line 1: 3 Floating point exception(core dumped) LD_LIBRARY_PATH=/usr/local/gcc-7.4.0/lib64 ./a.out
Mình thấy bạn include thư viện sai thì phải.