cpp/string/main.cpp

11 lines
127 B
C++
Raw Permalink Normal View History

2023-07-16 07:03:47 +00:00
#include <iostream>
#include "string.h"
using namespace std;
int main() {
String s = "$$#$##$#$####$#$$$#";
return 0;
}