Code
CompilerDetection
Main
PrintfMismatch
SegmentationViolation
UninitializedVariables
edit SideBar
View
Edit
History
Print
(:run:)
int main() { int *p = 0; *p = 42; return 0; }