C

@chwj0608

1121121121

C++
3 months ago
#include <iostream> using namespace std; int main() { int s; int n = 1; cin >> s; while(s > 0){ n++;

w^o^w

C++
3 months ago
#include <iostream> using namespace std; int main() { int n; cin >> n; for (int i = 0;i < n;i++) { int m1,m2; cin >> m1 >> m2;

11211211

C++
4 months ago
#include <iostream> #include <queue> using namespace std; int dy[8] = {-1,-1,-1,0,0,1,1,1}; int dx[8] = {-1,0,1,-1,1,-1,0,1}; int main() { int n,m; cin >> n >> m;

112112112

C++
4 months ago
#include <iostream> #include <cstring> #include <string> #include <set>

1121121

C++
4 months ago
#include <iostream> using namespace std; int main() { int a, b; cin >> a >> b; int cnt = 0; while (b >= a) {

dp ==dp✔️

C++
4 months ago
#include <iostream> using namespace std; int main() { int n; cin >> n; int arr[n]; for (int i = 0;i < n;i++) { cin >> arr[i];

112112

C++
4 months ago
#include <iostream> #include <vector> #include <queue> #include <algorithm> using namespace std; int main() { ios::sync_with_stdio(false); cin.tie(0);

while(easy) { cout << "eazy"; cout << "eazy" ; cout << "eazy"; cout << "eazy"; }

C++
4 months ago
#include<bits/stdc++.h> using namespace std; int N; int arr[16][2]; int benefit = 0; void ddddawang(int x, int b) { if(x > N){

112112

C++
4 months ago
#include <iostream> #include <algorithm> using namespace std ; int main() { int n ; cin >> n ; int arr[n]; arr[1] = 1; for(int i = 2; i <= n; i++) {

11211

C++
4 months ago
#include <bits/stdc++.h> using namespace std; int main() { ios::sync_with_stdio(false); cin.tie(0); cout.tie(0); string s; cin >> s;

Execution complete with exit code 0

C++
4 months ago
#include <iostream> #include <algorithm> using namespace std; int cnt = 0; int dx[4] = {0, -1, 1, 0}; int dy[4] = {-1, 0, 0, 1}; int arr[101][101]; int visited[101][101] = {0,}; void rain (int max_val,int i,int j,int k,int n) { visited[i][j] = 1

WAR OF THE WORLD

C++
4 months ago
#include <iostream> #include <string> using namespace std; int dx[4] = {0, -1, 1, 0}; int dy[4] = {-1, 0, 0, 1}; int cnt = 1; int arr[101][101];

1

C++
4 months ago
#include <bits/stdc++.h> using namespace std; int main() { int n; cin >> n; int arr[n]; int arr_sum[n]; for (int i = 1; i <= n; i++) { cin >> arr[i];

B11047-2

C++
4 months ago
#include <iostream> using namespace std; int main() { int n,p; cin >> n >> p; int cnt = 0; int arr[n];

11047

C++
4 months ago
#include <iostream> using namespace std; int main() { int n,p; cin >> n >> p; int cnt = 0; int arr[n];

sync::iOS

C++
4 months ago
#include <iostream> #include <algorithm> using namespace std; int main() { int n; cin >> n; int arr[n]; int arr2[n];

9012-2

C++
4 months ago
#include <bits/stdc++.h> using namespace std; int main() { ios::sync_with_stdio(false); cin.tie(0); cout.tie(0); int n;

9012

C++
4 months ago
#include <bits/stdc++.h> using namespace std; int main() { ios::sync_with_stdio(false); cin.tie(0); cout.tie(0); int n; cin >> n;

C++
4 months ago
#include <iostream> using namespace std; int main() { int t; cin >> t; for (int i = 0;i < t;i++) { int r,l,s; cin >> r >> l >> s;

It's raining Tacos From out of the sky Tacos No need to ask why Just open your mouth and close

C++
4 months ago
#include <bits/stdc++.h> using namespace std; int main() { ios::sync_with_stdio(false); cin.tie(0); cout.tie(0); int x[3];