kotonoha_pcg@気ままに雑記

kotonoha_pcgが気分次第で様々書き置きます.dlang関係他:http://kotonoha-pcg.hatenadiary.com

2015-01-28から1日間の記事一覧

AOJ #10006 Print Test Case

AOJ

AOJ #10006 Print Test Case(AC/C++) #include <iostream>using namespace std; int main() { int x; int c; c=0; while(1){ c++; cin>>x; if(x==0){ break; } cout<<"Case "<</iostream>