Problem | typo |
---|---|
User | YongXin |
Submission Time | 2023-06-02 10:40:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
typo.cpp: In function ‘int main()’:
typo.cpp:7:14: error: expected ‘;’ before ‘}’ token
7 | cout<<"Yes"
| ^
| ;
8 | } else {
| ~
typo.cpp:15:10: error: could not convert ‘u.std::__cxx11::basic_string<char>::operator=(t)’ from ‘std::__cxx11::basic_string<char>’ to ‘bool’
15 | if (u=t){
| ~^~
| |
| std::__cxx11::basic_string<char>
typo.cpp:17:14: error: expected ‘;’ before ‘}’ token
17 | return 0
| ^
| ;
18 | }
| ~