summaryrefslogtreecommitdiff
path: root/5p4.cpp
blob: d7cc8f6b0f634e8b9867d6ee0facd51786a73daa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27

/*
 *
 * 5.4
 *
 *
 */

int main () {

	/*
	auto iter = s.begin();
	while(iter != s.end()) {
	    // do stuff
	}

	bool status;
	while((status = find(word))) {
	    // do stuff
	}
	
	if(!status) {
	    // do stuff
	}
	*/
	return 0;
}