thank you,
i didn't understood why i always get WA
After reading ypour post i've solved!!!
Search found 6 matches
- Sat Aug 26, 2006 8:55 pm
- Forum: Volume 3 (300-399)
- Topic: 357 - Let Me Count The Ways
- Replies: 90
- Views: 9957
- Tue Aug 22, 2006 5:26 pm
- Forum: Volume 1 (100-199)
- Topic: 154 - Recycling
- Replies: 29
- Views: 3967
Re: 154 Why i get WA??
I've solved, so you can delete the code!!!
- Mon Aug 21, 2006 9:55 pm
- Forum: Volume 1 (100-199)
- Topic: 154 - Recycling
- Replies: 29
- Views: 3967
154 Why i get WA??
#include<iostream> #include<string> #define PROVA #ifdef PROVA #include<fstream> using std::ofstream; using std::ifstream; using std::string; //using std::cout; ofstream cout("output.txt"); ifstream cin("input.txt"); #endif #ifndef PROVA using std::cin; using std::cout; using std...
- Sat Aug 12, 2006 4:39 am
- Forum: Volume 2 (200-299)
- Topic: 264 - Count on Cantor
- Replies: 47
- Views: 15174
- Sat Aug 12, 2006 4:09 am
- Forum: Volume 2 (200-299)
- Topic: 264 - Count on Cantor
- Replies: 47
- Views: 15174
264 WA
What's wrong in my code (that could be optimised) #include<iostream> //#define PROVA #ifdef PROVA #include<fstream> using std::ofstream; using std::ifstream; //using std::cout; ofstream cout("output.txt"); ifstream cin("input.txt"); #endif #ifndef PROVA using std::cin; using std:...
- Sat Aug 12, 2006 4:08 am
- Forum: Volume 3 (300-399)
- Topic: 378 - Intersecting Lines
- Replies: 48
- Views: 16948
378 (Intersecting Lines) WA
Hallo to everybody, first of all sorry for my english!!! Can anyone help me understanding what's wrong in my program Here's the code #include<iostream> #include<stdio.h> #include<iomanip> //#define PROVA #ifdef PROVA #include<fstream> using std::ofstream; using std::ifstream; using std::setprecision...