3 lines
43 B
C++
3 lines
43 B
C++
|
#include <cstdio>
|
||
|
int main() { return 0; }
|