Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 4 years ago

Language

C++

Compiler

gcc HEAD 12.0.0 20210606 (experimental)

Options
Warnings
Optimization
Don't Use Boost
C++2a
-pedantic
Raw compiler options
-pedantic -pthread

Author

anonymous

almost 4 years ago

$ g++ prog.cc -Wall -Wextra -O2 -march=native -std=c++2a -pedantic -pedantic -pthread
prog.cc: In function 'int main()':
prog.cc:22:19: error: 'let' was not declared in this scope
   22 |      } while(n != let);
      |                   ^~~
Exit Code:
1