// **Day3 // **for number in 1...10 //let closedRangeNumber = ["t","w","w"] //for i in 0..<closedRangeNumber.count //{ // print(closedRangeNumber[i]) ...
分类:
其他好文 时间:
2016-04-02 22:51:20
阅读次数:
215
#include <iostream> using namespace std; struct A { long a1; short a2; int a3; int *a4; }; int main() { A temp; cout << sizeof(temp) << endl; cout << ...
分类:
其他好文 时间:
2016-04-02 21:34:11
阅读次数:
200
Implement the following operations of a stack using queues. push(x) -- Push element x onto stack.pop() -- Removes the element on top of the stack.top( ...
分类:
其他好文 时间:
2016-04-02 17:32:59
阅读次数:
214
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u ...
分类:
其他好文 时间:
2016-04-02 13:24:32
阅读次数:
109
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace 委托_Lambda表 ...
#include <stdio.h> #include <string.h> #include <stdlib.h> #include <math.h> #include <iostream> #include <queue> #include <algorithm> using namespace ...
分类:
其他好文 时间:
2016-04-02 08:27:54
阅读次数:
242
时间:2016-03-28 17:27:03 星期一 题目编号:[2016-03-28][POJ][3616][Milking Time] #include #include using namespace std;const int maxm = 1000 + 10;struct Roo{ int... ...
分类:
其他好文 时间:
2016-04-01 23:26:57
阅读次数:
198
第一题 我的答案 using System;using System.Collections.Generic;using System.Linq;using System.Text; namespace ConsoleApplication23{ class Program { static voi ...
分类:
其他好文 时间:
2016-04-01 23:26:07
阅读次数:
206