Skip to content

Commit c95a5c2

Browse files
committed
done
1 parent ac04d8f commit c95a5c2

File tree

14 files changed

+25
-49
lines changed

14 files changed

+25
-49
lines changed

CF1.cpp

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff 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);
1515
using namespace std;
16-
using i64 = long long;
17-
using u64 = unsigned long long;
18-
using u32 = unsigned;
16+
typedef long long ll;
1917
int 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
}

CF1.exe

-1.8 KB
Binary file not shown.

CF2.cpp

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff 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);
1515
using namespace std;
16-
using i64 = long long;
17-
using u64 = unsigned long long;
18-
using u32 = unsigned;
16+
typedef long long ll;
1917
int 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
}

CF2.exe

3.56 KB
Binary file not shown.

CF3.cpp

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff 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);
1515
using namespace std;
16-
using i64 = long long;
17-
using u64 = unsigned long long;
18-
using u32 = unsigned;
16+
typedef long long ll;
1917
int 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
}

CF3.exe

36.2 KB
Binary file not shown.

CF4.cpp

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff 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);
1515
using namespace std;
16-
using i64 = long long;
17-
using u64 = unsigned long long;
18-
using u32 = unsigned;
16+
typedef long long ll;
1917
int 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
}

CF4.exe

-501 Bytes
Binary file not shown.

CF5.cpp

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff 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);
1515
using namespace std;
16-
using i64 = long long;
17-
using u64 = unsigned long long;
18-
using u32 = unsigned;
16+
typedef long long ll;
1917
int 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
}

CF5.exe

-27.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)