7 lines
65 B
C++
7 lines
65 B
C++
#include <iostream>
|
|
#include <string>
|
|
|
|
int main() {
|
|
return 0;
|
|
}
|