7 lines
72 B
Plaintext
7 lines
72 B
Plaintext
#use <conio>
|
|
|
|
int main () {
|
|
error("assertion failure");
|
|
return 0;
|
|
}
|