Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 7 years ago

Language

C++

Compiler

gcc 8.2.0

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

Author

anonymous

almost 7 years ago

$ g++ prog.cc -Wall -Wextra -std=c++17 -pedantic
prog.cc:2:10: error: size of array 'a' is negative
 int a[S()];
          ^
Exit Code:
1