Pagini recente » Borderou de evaluare (job #2468810) | Borderou de evaluare (job #3177610) | Borderou de evaluare (job #2148300) | Borderou de evaluare (job #3323551) | Borderou de evaluare (job #3313785)
Borderou de evaluare (job #3313785)
Raport evaluator
Compilare:
main.cpp: In function 'bool expresie()':
main.cpp:25:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
25 | while(ind + 1 < s.size() && s.substr(ind, 2) == "OR")
| ~~~~~~~~^~~~~~~~~~
main.cpp: In function 'bool termen()':
main.cpp:35:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
35 | while(ind + 2 < s.size() && s.substr(ind, 3) == "AND")
| ~~~~~~~~^~~~~~~~~~
main.cpp: In function 'bool factor()':
main.cpp:46:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
46 | while(ind + 2 < s.size() && s.substr(ind, 3) == "NOT")
| ~~~~~~~~^~~~~~~~~~
main.cpp: In function 'bool numar()':
main.cpp:66:17: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
66 | if (ind + 3 < s.size() && s.substr(ind, 4) == "TRUE") {
| ~~~~~~~~^~~~~~~~~~
main.cpp:69:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
69 | } else if (ind + 4 < s.size() && s.substr(ind, 5) == "FALSE") {
| ~~~~~~~~^~~~~~~~~~
| Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
| 1 | 0ms | 303kb | OK | 10 |
| 2 | 0ms | 303kb | OK | 10 |
| 3 | 0ms | 303kb | OK | 10 |
| 4 | 0ms | 303kb | OK | 10 |
| 5 | 1ms | 303kb | OK | 10 |
| 6 | 1ms | 303kb | OK | 10 |
| 7 | 1ms | 303kb | OK | 10 |
| 8 | 1ms | 303kb | OK | 10 |
| 9 | 1ms | 303kb | OK | 10 |
| 10 | 1ms | 303kb | OK | 10 |
| Punctaj total | 100 |