myCompiler
English
Deutsch
English
Español
Français
Italiano
日本語
한국어
Nederlands
Polski
Português
Recent
Login
Sign up
Deutsch
English
Español
Français
Italiano
日本語
한국어
Nederlands
Polski
Português
Recent
Login
Sign up
A
@AMY_KANG
week-1
C++
10 months ago
#include <iostream> using namespace std; void pb1(){ int b = 99; b = b * 2 + 9 ; b = b * 2 + 9 ; b = b * 2 + 9 ; b = b * 2 + 9 ;
힘들었다...
C++
10 months ago
#include <iostream> int main() { using namespace std; int n = 50; // 변수 입력 int g = 0; // 6의 배수의 합 int a = 0; // 6의 배수의 개수 for (int i = 6; i <= n; i += 6) {
rgewqqwe
C++
10 months ago
#include <iostream> int main() { using namespace std; int n = 88; int a = n%10; int b = n/10;
아싸 숙제 끝
C++
11 months ago
#include <iostream> int main() { using namespace std; int x = 4; int y = -5; if (x >= 1 && y>=1) {
늏
C++
11 months ago
#include <iostream> using namespace std; int main() { // int t = 45; // if (t <= 0){ // cout<<"얼음\n";
수업2-2
C++
1 year ago
#include <iostream> using namespace std; int main() { int h = 0; int m = 20; int t = h * 60 + m; t = t - 30; if(t<0){
jnnjj
C++
1 year ago
#include <iostream> using namespace std; int main() { // float n = 374; // float w = 274; // float A = n * w / 2;
수업2-2
C++
1 year ago
#include <iostream> using namespace std; int main() { float r = 32; float h = 112; float pi = 3.14;
수업2-2
C++
1 year ago
#include <iostream> using namespace std; int main() { float r = 32; float h = 112; float pi = 3.14;
Previous
Next page