mirror of
https://github.com/Estom/notes.git
synced 2026-02-03 02:23:31 +08:00
8 lines
95 B
C++
8 lines
95 B
C++
#include<iostream>
|
|
|
|
using namespace std;
|
|
|
|
int main(){
|
|
string s("123");
|
|
cout<<s<<endl;
|
|
} |