Eski bir web tarayıcısı kullanıyorsunuz. Bu veya diğer siteleri görüntülemekte sorunlar yaşayabilirsiniz.. Tarayıcınızı güncellemeli veya alternatif bir tarayıcı kullanmalısınız.
way yeni girdim benim 17 yaş ile sol uzay like atmış @Pikachu7 @LeftSpace
1647120949
Are you sure about that i checked rn and theres no problem on download link?
1647120987
I can add new keys when im gonna add new feature
1647121047
they actually using eac free version lol
#include <iostream>
#include <fstream>
int main(){
int a, b, resultNums;
std::ifstream input("inputInt.txt");
input >> a >> b;
std::ofstream result("resultInt.txt");
result << a + b;
}