Pagini recente » Borderou de evaluare (job #748413) | Borderou de evaluare (job #1663512) | Borderou de evaluare (job #743385) | Borderou de evaluare (job #1807960) | Borderou de evaluare (job #2298003)
Borderou de evaluare (job #2298003)
Raport evaluator
Compilare:
main.cpp: In function 'int getInt(std::__cxx11::string&, int&)':
main.cpp:25:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
while (pos < s.length() && isdigit (s[pos])) ret *= 10, ret += s[pos++] - '0';
~~~~^~~~~~~~~~~~
main.cpp: In function 'std::__cxx11::string getPolishForm(std::__cxx11::string)':
main.cpp:43:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
while (pos < s.length()) {
~~~~^~~~~~~~~~~~
main.cpp: In function 'void setFunctionSyntax(std::__cxx11::string&)':
main.cpp:75:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
while (pos < s.length() && s[pos] != '=') ++pos;
~~~~^~~~~~~~~~~~
main.cpp: In function 'int evaluatePolish(std::vector<int>&, std::__cxx11::string&)':
main.cpp:97:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
while (pos < s.length()) {
~~~~^~~~~~~~~~~~
main.cpp: In function 'int evaluateFunction(std::__cxx11::string&, int&)':
main.cpp:123:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
while (pos < s.length() && s[pos] != ')') {
~~~~^~~~~~~~~~~~
| Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
| 1 | 2ms | 131kb | OK | 10 |
| 2 | 2ms | 131kb | OK | 10 |
| 3 | 2ms | 131kb | OK | 10 |
| 4 | 2ms | 131kb | OK | 10 |
| 5 | 2ms | 131kb | OK | 10 |
| 6 | 2ms | 131kb | OK | 10 |
| 7 | 2ms | 131kb | OK | 10 |
| 8 | 2ms | 131kb | OK | 10 |
| 9 | 2ms | 131kb | OK | 10 |
| 10 | 2ms | 131kb | OK | 10 |
| Punctaj total | 100 |