summaryrefslogtreecommitdiff
path: root/6p43.cpp
blob: 205586836748f1cef1a2f9c03ea9b38d83d92053 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

/*
 *
 * 6.43
 *
 *
 */

int main () {

	/*
	  (a) inline bool eq(const BigInt&, const BigInt&) {...} // header only
	  (b) void putValues(int *arr, int size); // Source file or header
	 */
	return 0;
}