Add tags

Add tags to the following comment
ほぼCと一緒ですが..
1
2
3
4
5
6
7
#include <iostream>
#include <iterator>
#include <algorithm>
int main(int c, char** v) {
  std::copy(v+1, v+c, std::ostream_iterator<char*>(std::cout, "\n"));
  return 0;
}

Add tags

The input will be splited to tags with space.

Index

Feed

Other

Link

Pathtraq

loading...