You only have a guarantee that ANSI standard functions work fine. As for the others, you never know - you can try, but you can either get AC or RF/CE.
There are some commonly used language features and library components stated in ANSI/ISO C++ Standard do not work at all or not as expected, since ...
Search found 6 matches
- Fri Sep 27, 2002 8:02 am
- Forum: Other words
- Topic: compile error
- Replies: 10
- Views: 4708
I know, that i.e. <vector>, <algorithm> are standard C++ header files, but I don't know what set of such files are allowed by judge !
I couldn't find any word on this site about list of allowed headers and functions - and if I want to avoid Compile Error I can't use it :-(
When I write programs in ...
I couldn't find any word on this site about list of allowed headers and functions - and if I want to avoid Compile Error I can't use it :-(
When I write programs in ...
- Tue Sep 24, 2002 6:31 pm
- Forum: Other words
- Topic: compile error
- Replies: 10
- Views: 4708
- Sun Sep 15, 2002 1:50 pm
- Forum: Other words
- Topic: Compile Error!
- Replies: 4
- Views: 2378
- Sun Sep 15, 2002 10:43 am
- Forum: Other words
- Topic: Compile Error!
- Replies: 4
- Views: 2378
- Sat Sep 14, 2002 11:35 pm
- Forum: Other words
- Topic: Compile Error!
- Replies: 4
- Views: 2378
Compile Error!
:(
The following code gets tons of compiling errors from the online judge.
Why does the library remain non-standard for this long?
[cpp]
#include <iostream>
#include <algorithm>
#include <string>
#include <cctype>
using namespace std;
bool judge(const string &s) {
string temp(s);
string ...
The following code gets tons of compiling errors from the online judge.
Why does the library remain non-standard for this long?
[cpp]
#include <iostream>
#include <algorithm>
#include <string>
#include <cctype>
using namespace std;
bool judge(const string &s) {
string temp(s);
string ...