Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

구구단

Author

anonymous

about 2 years ago

Language

C

Compiler

gcc 12.1.0

Options
Warnings
C11(GNU)
no pedantic

구구단

Author

anonymous

about 2 years ago

$ gcc prog.c -Wall -Wextra -std=gnu11
2 * 1 = 2
2 * 2 = 4
2 * 3 = 6
2 * 4 = 8
2 * 5 = 10
2 * 6 = 12
2 * 7 = 14
2 * 8 = 16
2 * 9 = 18
Exit Code:
0