Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 8 years ago

Language

Compiler

Options

Author

anonymous

over 8 years ago

$
prog.c:2:1: warning: return type defaults to 'int' [enabled by default]
 l(y){y=y%(y%25?4:16)?110:121;}
 ^
prog.c: In function 'l':
prog.c:2:1: warning: type of 'y' defaults to 'int' [enabled by default]
prog.c: At top level:
prog.c:4:1: warning: return type defaults to 'int' [enabled by default]
 main()
 ^
prog.c: In function 'l':
prog.c:2:1: warning: control reaches end of non-void function [-Wreturn-type]
 l(y){y=y%(y%25?4:16)?110:121;}
 ^
y
n
n
y
y
Exit Code:
0