Skip to content

Instantly share code, notes, and snippets.

View snuke's full-sized avatar
🤷‍♀️

snuke snuke

🤷‍♀️
View GitHub Profile
@snuke
snuke / readme
Last active December 12, 2015 03:09
lowlinkを再帰関数を使わずに求めるのはどうするのがいいだろうかと考えてみた。
lowlink.cpp:再帰関数を使った普通のlowlink
lowlink1.cpp:再帰関数を使わないlowlink
lowlink2.cpp:再帰関数を使わないlowlinkその2
/////////////////// lowlink ///////////////////
こんな感じに囲んであるのがlowlinkを求める部分。
///////////////////////////////////////////////
/*******************************************************************
SuperCon12: Template for input output procedures
file: sc12_template2E.cu
by S.Kishimoto and O.Watanabe Aug. 17, 2012
ver.2 by T.Endo and A.Nukada Aug. 22, 2012
Remark: @@@ for test/tentative statements
*********************************************************************/
/********* Template Part (1) NO CHAGNGE FROM HERE **********/
@snuke
snuke / $scores
Created February 23, 2012 07:59
simroad by snuke
1: 126
2: 37
3: 349
4: 883
5: 615
@snuke
snuke / c++
Created February 15, 2012 08:26
HAL2011
/**
* @file
* @brief 参加者が解答を記述するファイル。
*/
#include "HPCIncludes.hpp"
//#include "cstdio"
//----------------------------------------------------------
using namespace hpc; // 名前空間が不必要な場合はこのように記述。