Az első óra anyaga:
https://docs.google.com/document/d/1tk34SKZk9-RfUc-W82fIFWowWQDcm_Bp6ttsYOJ3iqg/edit
#include<iostream>
#define sqrt(x) x*x
using namespace std;
int main(int ARGC, char * ARGV[]){
cout << sqrt(2) << endl;
}
The site is loading…
Az első óra anyaga:
https://docs.google.com/document/d/1tk34SKZk9-RfUc-W82fIFWowWQDcm_Bp6ttsYOJ3iqg/edit
#include<iostream>
#define sqrt(x) x*x
using namespace std;
int main(int ARGC, char * ARGV[]){
cout << sqrt(2) << endl;
}