Record Detail

Compile Error

/in/l8.cpp: In function 'int main()':
/in/l8.cpp:65:13: error: 'gets' was not declared in this scope
     gets(str);
             ^
/in/l8.cpp:70:24: error: suggest parentheses around '&&' within '||' [-Werror=parentheses]
         if(str[i]>='0' && str[i]<='9' || str[i]=='.'){
            ~~~~~~~~~~~~^~~~~~~~~~~~~~
cc1plus: all warnings being treated as errors

Information

Submit By
Type
Submission
Homework
Lab 8
Language
C++
Submit At
2018-07-30 20:07:55
Judged At
2018-07-31 01:51:39
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes