Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a8446b7

Browse files
author
EarthlyEric
committed
~
0 parents commit a8446b7

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

‎a001.cpp‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#include<iostream>
2+
using namespace std;
3+
4+
int main(){
5+
string i;
6+
cin>>i;
7+
cout<<"hello, "+i;
8+
}

‎a004.cpp‎

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#include <iostream>
2+
using namespace std;
3+
int main(){
4+
int y;
5+
while(cin>>y){
6+
if(((y%4==0)&&(y%100!=0)) || (y%400==0))
7+
cout<<"¶|¦~";
8+
else
9+
cout<<"\­¦~";
10+
}
11+
}

‎a005.cpp‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#include<iostream>
2+
using namespace std;
3+
4+
int main(){
5+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /