Note de curs, probleme algoritmică, clasa IX/X, 31 octombrie 2014: Revision history

From Algopedia
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

23 June 2015

  • curprev 21:5421:54, 23 June 2015Dan talk contribs 1,263 bytes +1,263 Created page with "<pre> #include <cstdio> #include <iostream> using namespace std; struct vector { int x, y, z; // constructor vector (int x = 0, int y = 0, int z = 0) { this->x = x;..."