<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>spoj on Ruotian&#39;s I/O</title>
    <link>https://ruotian.io/tags/spoj/</link>
    <description>Recent content in spoj on Ruotian&#39;s I/O</description>
    <image>
      <url>https://ruotian.io/apple-touch-icon.png</url>
      <link>https://ruotian.io/apple-touch-icon.png</link>
    </image>
    <generator>Hugo -- gohugo.io</generator>
    <lastBuildDate>Tue, 06 Jan 2015 17:12:35 +0800</lastBuildDate><atom:link href="https://ruotian.io/tags/spoj/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>SPOJ QTREE系列</title>
      <link>https://ruotian.io/2015/01/spoj-qtree/</link>
      <pubDate>Tue, 06 Jan 2015 17:12:35 +0800</pubDate>
      
      <guid>https://ruotian.io/2015/01/spoj-qtree/</guid>
      <description>375.QTREE 给你一棵n个点$n-1$条边的树，支持修改一条边的边权、查询两点之间路径上的最大边权。 树链剖分+线段树基础题 code: #include&amp;lt;cstdio&amp;gt; #include&amp;lt;cstring&amp;gt; #include&amp;lt;algorithm&amp;gt; using namespace std; int n; int H[10005],X[20005],P[20005],tot, w[20005],E[20005],num[20005]; inline void add(int</description>
    </item>
    
    <item>
      <title>SPOJ GSS 系列</title>
      <link>https://ruotian.io/2015/01/spoj-gss/</link>
      <pubDate>Tue, 06 Jan 2015 17:12:20 +0800</pubDate>
      
      <guid>https://ruotian.io/2015/01/spoj-gss/</guid>
      <description>SPOJ GSS系列是一系列序列维护的问题。 大部分用线段树，Splay等可以解决。 1043. GSS1 题意：给定长度为N的数串，M个询问查询[a,b]的的最大连续子</description>
    </item>
    
  </channel>
</rss>
