Borderou de evaluare (job #2140915)

Utilizator inquisitorAnders inquisitor Data 23 februarie 2018 23:21:45
Problema Sticle Status done
Runda Arhiva de probleme Compilator cpp | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: user.cpp: In function ‘void read(int&)’: user.cpp:11:23: warning: suggest parentheses around comparison in operand of ‘|’ [-Wparentheses] while(inBuffer[p] < 0x30 | inBuffer[p] > 0x39) ^ user.cpp:16:23: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses] while(inBuffer[p] > 0x2F & inBuffer[p] < 0x3A) ^ user.cpp: At global scope: user.cpp:26:1: error: expected ‘,’ or ‘;’ before ‘int’ int main() ^ user.cpp:5:37: warning: always_inline function might not be inlinable [-Wattributes] __attribute__((always_inline)) void read(int &num) ^ user.cpp: In function ‘void read(int&)’: user.cpp:13:21: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result] ++p != SIZE || (fread(inBuffer, 0x1, SIZE, stdin), p = 0x0); ^ user.cpp:20:21: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result] ++p != SIZE || (fread(inBuffer, 0x1, SIZE, stdin), p = 0x0); ^

Ceva nu functioneaza?