11 lines
127 B
C++
11 lines
127 B
C++
#include <iostream>
|
|
#include "string.h"
|
|
|
|
using namespace std;
|
|
|
|
int main() {
|
|
String s = "$$#$##$#$####$#$$$#";
|
|
|
|
return 0;
|
|
}
|