File tree Expand file tree Collapse file tree 14 files changed +25
-49
lines changed
Expand file tree Collapse file tree 14 files changed +25
-49
lines changed Original file line number Diff line number Diff line change @@ -13,20 +13,16 @@ GitHub: https://github.com/Hard-Coder05
1313#define INF 1000000000000000003
1414#define FIO ios_base::sync_with_stdio (false );cin.tie(NULL );cout.tie(NULL );
1515using namespace std ;
16- using i64 = long long ;
17- using u64 = unsigned long long ;
18- using u32 = unsigned ;
16+ typedef long long ll;
1917int main () {
2018 FIO;
2119#ifndef ONLINE_JUDGE
2220 freopen (" input.txt" , " r" , stdin);
2321 freopen (" output.txt" , " w" , stdout);
2422#endif
25- int tc;
23+ ll tc;
2624 cin >> tc;
2725 while (tc--) {
28- int n;
29- cin >> n;
30- cout<<n;
26+
3127 }
3228}
Original file line number Diff line number Diff line change @@ -13,20 +13,16 @@ GitHub: https://github.com/Hard-Coder05
1313#define INF 1000000000000000003
1414#define FIO ios_base::sync_with_stdio (false );cin.tie(NULL );cout.tie(NULL );
1515using namespace std ;
16- using i64 = long long ;
17- using u64 = unsigned long long ;
18- using u32 = unsigned ;
16+ typedef long long ll;
1917int main () {
2018 FIO;
2119#ifndef ONLINE_JUDGE
2220 freopen (" input.txt" , " r" , stdin);
2321 freopen (" output.txt" , " w" , stdout);
2422#endif
25- int tc;
23+ ll tc;
2624 cin >> tc;
2725 while (tc--) {
28- int n;
29- cin >> n;
30- cout<<n;
26+
3127 }
3228}
Original file line number Diff line number Diff line change @@ -13,20 +13,16 @@ GitHub: https://github.com/Hard-Coder05
1313#define INF 1000000000000000003
1414#define FIO ios_base::sync_with_stdio (false );cin.tie(NULL );cout.tie(NULL );
1515using namespace std ;
16- using i64 = long long ;
17- using u64 = unsigned long long ;
18- using u32 = unsigned ;
16+ typedef long long ll;
1917int main () {
2018 FIO;
2119#ifndef ONLINE_JUDGE
2220 freopen (" input.txt" , " r" , stdin);
2321 freopen (" output.txt" , " w" , stdout);
2422#endif
25- int tc;
23+ ll tc;
2624 cin >> tc;
2725 while (tc--) {
28- int n;
29- cin >> n;
30- cout<<n;
26+
3127 }
3228}
Original file line number Diff line number Diff line change @@ -13,20 +13,16 @@ GitHub: https://github.com/Hard-Coder05
1313#define INF 1000000000000000003
1414#define FIO ios_base::sync_with_stdio (false );cin.tie(NULL );cout.tie(NULL );
1515using namespace std ;
16- using i64 = long long ;
17- using u64 = unsigned long long ;
18- using u32 = unsigned ;
16+ typedef long long ll;
1917int main () {
2018 FIO;
2119#ifndef ONLINE_JUDGE
2220 freopen (" input.txt" , " r" , stdin);
2321 freopen (" output.txt" , " w" , stdout);
2422#endif
25- int tc;
23+ ll tc;
2624 cin >> tc;
2725 while (tc--) {
28- int n;
29- cin >> n;
30- cout<<n;
26+
3127 }
3228}
Original file line number Diff line number Diff line change @@ -13,20 +13,16 @@ GitHub: https://github.com/Hard-Coder05
1313#define INF 1000000000000000003
1414#define FIO ios_base::sync_with_stdio (false );cin.tie(NULL );cout.tie(NULL );
1515using namespace std ;
16- using i64 = long long ;
17- using u64 = unsigned long long ;
18- using u32 = unsigned ;
16+ typedef long long ll;
1917int main () {
2018 FIO;
2119#ifndef ONLINE_JUDGE
2220 freopen (" input.txt" , " r" , stdin);
2321 freopen (" output.txt" , " w" , stdout);
2422#endif
25- int tc;
23+ ll tc;
2624 cin >> tc;
2725 while (tc--) {
28- int n;
29- cin >> n;
30- cout<<n;
26+
3127 }
3228}
You can’t perform that action at this time.
0 commit comments