Judge Information
Run ID: 31168
src.cpp:2:1: error: '$include' does not name a type
$include<bits/stdc++.h>
^
src.cpp: In function 'int main()':
src.cpp:7:2: error: 'ios_base' has not been declared
ios_base::sync_with_stdio(0);cin.tie(0);cout.tie(0);
^
src.cpp:7:31: error: 'cin' was not declared in this scope
ios_base::sync_with_stdio(0);cin.tie(0);cout.tie(0);
^
src.cpp:7:42: error: 'cout' was not declared in this scope
ios_base::sync_with_stdio(0);cin.tie(0);cout.tie(0);
^
src.cpp:8:24: error: 'stdin' was not declared in this scope
freopen("ATM.INP","r",stdin);
^
src.cpp:8:29: error: 'freopen' was not declared in this scope
freopen("ATM.INP","r",stdin);
^
src.cpp:9:24: error: 'stdout' was not declared in this scope
freopen("ATM.OUT","w",stdout);
^
src.cpp:15:12: error: 'sort' was not declared in this scope
sort(a,a+n);
^
$include<bits/stdc++.h>
^
src.cpp: In function 'int main()':
src.cpp:7:2: error: 'ios_base' has not been declared
ios_base::sync_with_stdio(0);cin.tie(0);cout.tie(0);
^
src.cpp:7:31: error: 'cin' was not declared in this scope
ios_base::sync_with_stdio(0);cin.tie(0);cout.tie(0);
^
src.cpp:7:42: error: 'cout' was not declared in this scope
ios_base::sync_with_stdio(0);cin.tie(0);cout.tie(0);
^
src.cpp:8:24: error: 'stdin' was not declared in this scope
freopen("ATM.INP","r",stdin);
^
src.cpp:8:29: error: 'freopen' was not declared in this scope
freopen("ATM.INP","r",stdin);
^
src.cpp:9:24: error: 'stdout' was not declared in this scope
freopen("ATM.OUT","w",stdout);
^
src.cpp:15:12: error: 'sort' was not declared in this scope
sort(a,a+n);
^