我写了一个程序,在coliru和ideone上都会超时。
程序在多线程环境中调用 call_once (): - 编辑 - :添加了源代码
Time limit exceeded #stdin #stdout 5s 4364KB
信息是:
require 'nokogiri'
teste = Nokogiri::XML::DocumentFragment.parse("")
Nokogiri::XML::Builder.with(teste) do |x|
x.root('xmlns:ns3' => 'Example namespace') do
x['ns3'].example "Example Test"
end
end
puts teste.to_xml
有没有办法增加这些 ODE (在线开发环境)或任何其他ODE的时间限制?
答案 0 :(得分:0)