随笔分类 - UVa
Rail_UVa514_栈
摘要:1 /* 2 https://vjudge.net/problem/UVA-514 3 */ 4 #include "pch.h" 5 #include 6 #include 7 #include 8 using namespace std; 9 const int MAXN = 1000 + 10; 10 int n, target[MAXN]; 11 12 int...
阅读全文
浙公网安备 33010602011771号