Search
 
SCRIPT & CODE EXAMPLE
 

CPP

#define online judge in cpp

#ifndef ONLINE_JUDGE
  freopen("input.txt", "r", stdin);
  freopen("output.txt", "w", stdout);
#endif // ONLINE_JUDGE
Comment

PREVIOUS NEXT
Code Example
Cpp :: sort vector of strings 
Cpp :: cpp float 
Cpp :: remove element from vector 
Cpp :: c++ map insert 
Cpp :: gettimeofday header file 
Cpp :: how to use toString method in C++ 
Cpp :: cpp class constructor 
Cpp :: C++, for-loop over an array array 
Cpp :: Converting to string c++ 
Cpp :: c++ initialize a vector 
Cpp :: C++ Conditions and If Statements 
Cpp :: how to delete an element in vector pair in cpp 
Cpp :: c++ float and double 
Cpp :: how to say hello world in c++ 
Cpp :: c++ preprocessor operations 
Cpp :: c++ move semantics for `this` 
Cpp :: c++ class template 
Cpp :: reverse an array in c++ stl 
Cpp :: c++ function of find maximum value in an array 
Cpp :: constructor syntax in c++ 
Cpp :: linked list cycle c++ 
Cpp :: how to check char array equality in C++ 
Cpp :: text color c++ 
Cpp :: how to check if vector is ordered c++ 
Cpp :: cmd color text c++ 
Cpp :: c++ define constant in class header 
Cpp :: C++ if...else...else if statement 
Cpp :: c++ for loop syntax 
Cpp :: evennumbers 1 to 100 
Cpp :: sum of n natural numbers 
ADD CONTENT
Topic
Content
Source link
Name
6+6 =