slash

 avatar
unknown
c_cpp
2 years ago
213 B
6
Indexable
#include <iostream>
using namespace std;
int main(){
    cout << "I an \"18\" years old" << endl;
    cout << "\"35/100=0.35=35%\"" << endl;
    cout <<"\"\\t\\\"\\n\"//%f\\\\\\\' are special symbpls\"" << endl;
}
Editor is loading...