Pagini recente » Cod sursa (job #1986108) | Borderou de evaluare (job #1680003) | Borderou de evaluare (job #1504170) | Borderou de evaluare (job #389660) | Borderou de evaluare (job #2247804)
Borderou de evaluare (job #2247804)
Raport evaluator
Compilare:
user.cpp: In function ‘bool is_solvable(std::vector<int>&, int)’:
user.cpp:8:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < v.size(); ++i) {
~~^~~~~~~~~~
user.cpp:9:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int j = 0; j < v.size(); ++j) {
~~^~~~~~~~~~
user.cpp:13:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int k = 0; k < v.size(); ++k) {
~~^~~~~~~~~~
user.cpp: In function ‘int main()’:
user.cpp:26:36: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
freopen("bigfour.in", "rt", stdin);
^
user.cpp:27:38: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
freopen("bigfour.out", "wt", stdout);
^
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 0ms | 1316kb | OK | 100 |
Punctaj total | 100 |