Category: A ll Codes
Solution: #include<iostream> #include<cstdio> using namespace std; int main() { int testcase,i,num_range,j; cin>>testcase; for(i=1; i<=testcase; i++) { cin>>num_range;…
1st approach: #include<iostream> #include<cstdio> using namespace std; int main() { int counts=0; for(int i=1000; i>=1; i–) {…
http://ideone.com/ItvUGS
I was using code blocks but it was giving me compiler error for c++11 was not on…
Today I faced this problem.I tried all method found on the net but didn’t worked anything.So I…
Without Constructors: class_lib.php <?php class person{ var $name_tame; function set_name($new_name) { $this->$name_tame=$new_name; } function get_name() { return…
Recent Comments