The rules at http://community.topcoder.com/tc?module=Static&d1=help&d2=ratedEvent specify that Library import statements (#include, imports, using, Imports) are exempted. But in C++, using statement is not for importing a library.
Can anybody please confirm that is using namespace std;
exempted from the Excessive / Extra Code Rule, or not?