fork download
  1. $result = mail ("test@test.ru", "Анкета сайта", "С сайта была получена анкета с такими данными: Имя: $_POST [name] Пароль: $_POST [password] Любит ли экономить время: $_POST [time] Сколько часов в день спит: $_POST [sleep] часов Сообщение: $_POST [text]");
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Main.java:1: error: class, interface, or enum expected
$result = mail ("test@test.ru", "?????? ?????", "? ????? ???? ???????? ?????? ? ?????? ???????: ???: $_POST [name] ??????: $_POST [password] ????? ?? ????????? ?????: $_POST [time] ??????? ????? ? ???? ????: $_POST [sleep] ????? ?????????: $_POST [text]");
^
1 error
stdout
Standard output is empty