9 lines
111 B
Text
9 lines
111 B
Text
#include <iostream>
|
|
|
|
using namespace std;
|
|
|
|
int main( int argc, char *argv[] ) {
|
|
|
|
return 0;
|
|
}
|
|
# cursor: 6 del
|