Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 7 years ago

Language

Compiler

Options

Author

anonymous

about 7 years ago

$
prog.cc: In function 'int main()':
prog.cc:10:21: error: static assertion failed: a와b는 같아야 한다
     static_assert(a == b, "a와b는 같아야 한다");
                   ~~^~~~
prog.cc:13:21: error: static assertion failed
     static_assert(a == b);
                   ~~^~~~
Exit Code:
1