文章分类 -  ACM / trick

摘要:1. stringstream 1.1 stringstream 基本用法 #include <bits/stdc++.h> using namespace std; signed main(){ stringstream stream; int first, second; stream << " 阅读全文
posted @ 2025-04-15 17:12 awei040519 阅读(7) 评论(0) 推荐(0)