Borderou de evaluare (job #1756510)
Utilizator | Data | 12 septembrie 2016 22:46:00 | |
---|---|---|---|
Problema | A+B | Status | done |
Runda | Arhiva de probleme | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp: In function ‘int main()’:
user.cpp:29:5: error: ‘__m128i’ was not declared in this scope
__m128i A = _mm_set_epi32(a,b,a,b);
^
user.cpp:29:13: error: expected ‘;’ before ‘A’
__m128i A = _mm_set_epi32(a,b,a,b);
^
user.cpp:30:13: error: expected ‘;’ before ‘B’
__m128i B = _mm_set_epi32(b,a,b,a);
^
user.cpp:31:13: error: expected ‘;’ before ‘C’
__m128i C = _mm_add_epi32(A,B);
^
user.cpp:32:23: error: ‘C’ was not declared in this scope
int* t = (int*) & C;
^
user.cpp:21:36: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
freopen("adunare.in","r",stdin);
^
user.cpp:22:38: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
freopen("adunare.out","w",stdout);
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !