4 lines
43 B
C
4 lines
43 B
C
int foo() {
|
|
int x = 0;
|
|
return 1 / x;
|
|
}
|
int foo() {
|
|
int x = 0;
|
|
return 1 / x;
|
|
}
|