Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Language

C++

Compiler

gcc HEAD 9.0.0 20181122 (experimental)

Options
Warnings
Don't Use Boost
Compiler Default
no pedantic

$ g++ prog.cc -Wall -Wextra
prog.cc: In function 'int podzial(int*, int, int)':
prog.cc:26:1: warning: control reaches end of non-void function [-Wreturn-type]
   26 | }
      | ^
/usr/lib/x86_64-linux-gnu/crt1.o: In function `_start':
(.text+0x20): undefined reference to `main'
collect2: error: ld returned 1 exit status
Exit Code:
1