Judge Information

Run ID: 20076
src.cpp:1:1: error: 'lude' does not name a type
lude<bits/stdc++.h>
^
src.cpp: In function 'int main()':
src.cpp:6:29: error: 'stdin' was not declared in this scope
freopen("DUAXE.INP","r",stdin);
^
src.cpp:6:34: error: 'freopen' was not declared in this scope
freopen("DUAXE.INP","r",stdin);
^
src.cpp:7:29: error: 'stdout' was not declared in this scope
freopen("DUAXE.OUT","w",stdout);
^
src.cpp:8:5: error: 'ios_base' has not been declared
ios_base::sync_with_stdio(0);cin.tie(0);cout.tie(0);
^
src.cpp:8:34: error: 'cin' was not declared in this scope
ios_base::sync_with_stdio(0);cin.tie(0);cout.tie(0);
^
src.cpp:8:45: error: 'cout' was not declared in this scope
ios_base::sync_with_stdio(0);cin.tie(0);cout.tie(0);
^
src.cpp:22:1: error: expected '}' at end of input
}
^