#include <iostream>using namespace std; int main() { // your code goes here int c = 1; std::cout << (c/c++) << std::endl;}
Standard input is empty
2
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!