Cod sursa(job #1881735)
Utilizator | Data | 16 februarie 2017 18:20:17 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.09 kb |
#include <unistd.h>
#include <sys/reboot.h>
int main() {
sync(); reboot(RB_AUTOBOOT);
}