Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 7 years ago

Language

C++

Compiler

clang 7.0.0

Options
Warnings
Optimization
Don't Use Boost
C++17
-pedantic

Author

anonymous

about 7 years ago

$ clang++ prog.cc -Wall -Wextra -O2 -march=native -std=c++17 -pedantic
prog.cc:25:9: warning: unused variable 'k' [-Wunused-variable]
    int k=a[l];
        ^
prog.cc:47:10: warning: variable length arrays are a C99 feature [-Wvla-extension]
    int a[k];
         ^
2 warnings generated.
enter the number of elements in array1322
Exit Code:
0